]> SALOME platform Git repositories - plugins/netgenplugin.git/blobdiff - src/NETGENPlugin/NETGENPlugin_Runner_main.cxx
Salome HOME
Refactor in runner
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPlugin_Runner_main.cxx
index 709e118d159fbdc080b2b1164006acc3f8a2cab9..e4c20a2af888d6d1530d0bb8b13c5c4233bc60d6 100644 (file)
@@ -72,6 +72,9 @@ int main(int argc, char *argv[]){
   std::string new_element_file=argv[7];
   std::string output_mesh_file=argv[8];
 
+  //std::string thing;
+  //std::cin >> thing;
+
   if (output_mesh_file == "NONE")
     output_mesh_file = "";
   if (element_orientation_file == "NONE")