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

fix err msg
parent a2d31ec4
No related branches found
No related tags found
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
//
......@@ -162,8 +162,7 @@ void CreateOutputFile(char *filename, int format)
break;
case FORMAT_MESH:
GMODEL->writeMESH(name,
CTX.mesh.save_all, CTX.mesh.scaling_factor);
GMODEL->writeMESH(name, CTX.mesh.save_all, CTX.mesh.scaling_factor);
break;
case FORMAT_BDF:
......@@ -339,7 +338,7 @@ void CreateOutputFile(char *filename, int format)
#endif
default:
Msg(GERROR, "Unknown output file format (%d)", format);
Msg(GERROR, "Unknown output file format");
printEndMessage = false;
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment