+void o815::obs::start() {
+ if(O815->rank==0) {
+ *out << "#" << O815->programid << "-" << obsid << obsidpostfix << O815->headMaster() << endl << flush;
+ *out << "#" << O815->programid << "-" << obsid << obsidpostfix << O815->headMaster() << "-" << datadesc << endl << flush;
+ }
+
+ if (O815->comargs.outdir=="")
+ MPI_Barrier(MPI_COMM_WORLD);
+
+ _start();
+}
+
+void o815::obs::meas(bool loadedobs, const int& nthmeas) {
+ _meas(loadedobs, nthmeas);