+ else if ( strcmp(*lonit, "corrtetra") == 0 ) {
+ *O815->out->log << "MASTER: registered observable: corrtetra" << endl << flush;
+ O815->observables.push_back(new obs_corrtetra(O815));
+ }
+ else if ( strcmp(*lonit, "corrtest") == 0 ) {
+ *O815->out->log << "MASTER: registered observable: corrtest" << endl << flush;
+ O815->observables.push_back(new obs_corrtest(O815));
+ }