Skip to content
Snippets Groups Projects
Commit a961e96c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

comment logger for now so that the code works with all versions

parent 3b688aba
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ int main(int argc, char **argv) ...@@ -13,7 +13,7 @@ int main(int argc, char **argv)
model::add("t16"); model::add("t16");
gmsh::logger::start(); //gmsh::logger::start();
std::vector<std::pair<int, int> > ov; std::vector<std::pair<int, int> > ov;
std::vector<std::vector<std::pair<int, int> > > ovv; std::vector<std::vector<std::pair<int, int> > > ovv;
...@@ -51,10 +51,10 @@ int main(int argc, char **argv) ...@@ -51,10 +51,10 @@ int main(int argc, char **argv)
gmsh::write("t16.msh"); gmsh::write("t16.msh");
std::vector<std::string> log; //std::vector<std::string> log;
gmsh::logger::get(log); //gmsh::logger::get(log);
std::cout << "Logger has recorded " << log.size() << " lines" << std::endl; //std::cout << "Logger has recorded " << log.size() << " lines" << std::endl;
gmsh::logger::stop(); //gmsh::logger::stop();
gmsh::finalize(); gmsh::finalize();
return 0; return 0;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment