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

fix err msg
parent a2d31ec4
Branches
Tags
No related merge requests found
// $Id: CreateFile.cpp,v 1.12 2006-12-18 19:47:38 geuzaine Exp $ // $Id: CreateFile.cpp,v 1.13 2006-12-19 05:22:20 geuzaine Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -162,8 +162,7 @@ void CreateOutputFile(char *filename, int format) ...@@ -162,8 +162,7 @@ void CreateOutputFile(char *filename, int format)
break; break;
case FORMAT_MESH: case FORMAT_MESH:
GMODEL->writeMESH(name, GMODEL->writeMESH(name, CTX.mesh.save_all, CTX.mesh.scaling_factor);
CTX.mesh.save_all, CTX.mesh.scaling_factor);
break; break;
case FORMAT_BDF: case FORMAT_BDF:
...@@ -339,7 +338,7 @@ void CreateOutputFile(char *filename, int format) ...@@ -339,7 +338,7 @@ void CreateOutputFile(char *filename, int format)
#endif #endif
default: default:
Msg(GERROR, "Unknown output file format (%d)", format); Msg(GERROR, "Unknown output file format");
printEndMessage = false; printEndMessage = false;
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment