]> Creatis software - creaImageIO.git/commitdiff
Added report on synchronize
authorcaballero <caballero>
Wed, 29 Apr 2009 12:49:12 +0000 (12:49 +0000)
committercaballero <caballero>
Wed, 29 Apr 2009 12:49:12 +0000 (12:49 +0000)
appli/gimmick/main.cxx

index 0a44cf0c400bc65b31f08933737154ab5543e202..b456e3f48a4b232e3c2f29d36d6f139a13be0849 100644 (file)
@@ -103,7 +103,7 @@ int main(int ac, char* av[])
          std::stringstream out2;
          out2<<vm.count("check");
          if(out2.str().compare("1")==0){chk=true;}
-         g.Synchronize(rep,chk);
+         cout<<g.Synchronize(rep,chk)<<"\n";
        }       
        g.Finalize();
       }