Skip to content
Snippets Groups Projects
Commit 24e86081 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

doc for mingw cross-compile (gmsh + dg with msmpi, petsc, python, proj, netcdf{,c++}, gotm)

parent 4eab40c3
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
// don't output anything special if we're running in a gui // don't output anything special if we're running in a gui
if(FlGui::available()) return; if(FlGui::available()) return;
#endif #endif
std::cout<<level<<" : "<<message<<std::endl; (level == "Info" ? std::cout : std::cerr) <<level<<" : "<<message<<std::endl;
if (level == "Fatal") if (level == "Fatal")
Msg::Exit(1); Msg::Exit(1);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment