]> git.treefish.org Git - phys/latlib.git/blobdiff - o815/o815.cpp
modified linked variables description.
[phys/latlib.git] / 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() {