X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/91d6de08138eacd2098cc662a4ebceea4a07b280..0391c237272d90acfc769f4aeebe0554d47f74cb:/o815/o815.cpp diff --git a/o815/o815.cpp b/o815/o815.cpp index 956ad2e..3fe43c8 100644 --- a/o815/o815.cpp +++ b/o815/o815.cpp @@ -149,14 +149,14 @@ void o815::mainLoop() { hypercache::readO( (*obsit)->ocid, &readnewObs, &nequileftNewObs ); if ( readnewObs && nequileftNewObs < 0 ) { - (*obsit)->meas(true); + (*obsit)->meas(true, imeas); } else { if (!nextAlready) { Sim->nextConfig(); nextAlready = true; } - (*obsit)->meas(false); + (*obsit)->meas(false, imeas); hypercache::writeO( (*obsit)->ocid ); }