]> git.treefish.org Git - phys/u1casc.git/blobdiff - u1casc-flux/u1casc-flux.cpp
Migrated observable plaq.
[phys/u1casc.git] / u1casc-flux / u1casc-flux.cpp
index d0d63472a78f6122835c859feacfb2ef14ccecfc..64869e43321109663342fda305d927d487d6075e 100644 (file)
@@ -9,7 +9,7 @@ o815 *O815;
 sim *Sim;
 
 #include "obs_phi2.hpp"
 sim *Sim;
 
 #include "obs_phi2.hpp"
-//#include "obs_plaq.hpp"
+#include "obs_plaq.hpp"
 //#include "obs_corr.hpp"
 
 o815::comoption specOps[] = {
 //#include "obs_corr.hpp"
 
 o815::comoption specOps[] = {
@@ -77,15 +77,17 @@ void parseLonelyArgs()
     if ( strcmp(*lonit, "phi2") == 0 ) {
       *O815->out->log << "MASTER: registered observable: phi2" << endl << flush;
       O815->observables.push_back(new obs_phi2(O815));
     if ( strcmp(*lonit, "phi2") == 0 ) {
       *O815->out->log << "MASTER: registered observable: phi2" << endl << flush;
       O815->observables.push_back(new obs_phi2(O815));
-    } /*
+    }
     else if ( strcmp(*lonit, "plaq") == 0 ) {
       *O815->out->log << "MASTER: registered observable: plaq" << endl << flush;
       O815->observables.push_back(new obs_plaq(O815));
     }
     else if ( strcmp(*lonit, "plaq") == 0 ) {
       *O815->out->log << "MASTER: registered observable: plaq" << endl << flush;
       O815->observables.push_back(new obs_plaq(O815));
     }
-    else if ( strcmp(*lonit, "corr") == 0 ) {
+    /*
+      else if ( strcmp(*lonit, "corr") == 0 ) {
       *O815->out->log << "MASTER: registered observable: corr" << endl << flush;
       O815->observables.push_back(new obs_corr(O815));
       *O815->out->log << "MASTER: registered observable: corr" << endl << flush;
       O815->observables.push_back(new obs_corr(O815));
-      } */
+      } 
+    */
   }
 }
 
   }
 }