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

*** empty log message ***

parent ac488158
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ class GModel ...@@ -139,7 +139,7 @@ class GModel
int readMESH(const std::string &name); int readMESH(const std::string &name);
int writeMESH(const std::string &name, double scalingFactor=1.0); int writeMESH(const std::string &name, double scalingFactor=1.0);
// IO for Nastran Bulk Data File free format (with comma separator) // IO for Nastran Bulk Data File format (free field with comma separator)
int readBDF(const std::string &name); int readBDF(const std::string &name);
int writeBDF(const std::string &name, double scalingFactor=1.0); int writeBDF(const std::string &name, double scalingFactor=1.0);
......
// $Id: GModelIO.cpp,v 1.34 2006-09-01 01:31:52 geuzaine Exp $ // $Id: GModelIO.cpp,v 1.35 2006-09-01 01:34:27 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -1443,7 +1443,7 @@ int GModel::readBDF(const std::string &name) ...@@ -1443,7 +1443,7 @@ int GModel::readBDF(const std::string &name)
} }
} }
if(!comma){ if(!comma){
Msg(GERROR, "BDF reader only accepts comma-separated free format files"); Msg(GERROR, "BDF reader only accepts free field format, comma separated");
break; break;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment