From 775074f567abc0e66ea55b8ca54e8678b0b9fa40 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 1 Sep 2006 01:34:27 +0000 Subject: [PATCH] *** empty log message *** --- Geo/GModel.h | 2 +- Geo/GModelIO.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Geo/GModel.h b/Geo/GModel.h index 3c4d4fe0c6..19781f7138 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -139,7 +139,7 @@ class GModel int readMESH(const std::string &name); 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 writeBDF(const std::string &name, double scalingFactor=1.0); diff --git a/Geo/GModelIO.cpp b/Geo/GModelIO.cpp index 8d3f28ecdc..3a1ad70efc 100644 --- a/Geo/GModelIO.cpp +++ b/Geo/GModelIO.cpp @@ -1,4 +1,4 @@ -// $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 // @@ -1443,7 +1443,7 @@ int GModel::readBDF(const std::string &name) } } 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; } } -- GitLab