]> git.treefish.org Git - phys/latlib.git/commitdiff
...
authorAlex Schmidt <alex@treefish.org>
Tue, 25 Jun 2013 17:37:39 +0000 (19:37 +0200)
committerAlex Schmidt <alex@treefish.org>
Tue, 25 Jun 2013 17:37:39 +0000 (19:37 +0200)
o815/o815.cpp

index 49b3ed884fea17b51da1f289473b4fd66a1e5e7e..708acebe2022714784992c7879f8b11cd8cd764a 100644 (file)
@@ -87,6 +87,9 @@ o815::o815(int argc, char **argv, const string& _programid, comoption specOps[],
   }
 
   paraQ = new paraq(numprocs, rank);
+
+  hypercache::addPara("lx", comargs.lsize[0]);
+  hypercache::addPara("lt", comargs.lsize[1]);
 }
 
 void o815::postParaInit() {