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

fix "premature end of file" ob

parent f32efb5a
No related branches found
No related tags found
No related merge requests found
// $Id: GModelIO_Mesh.cpp,v 1.41 2008-03-10 16:01:15 geuzaine Exp $
// $Id: GModelIO_Mesh.cpp,v 1.42 2008-03-11 22:51:08 geuzaine Exp $
//
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
......@@ -452,12 +452,14 @@ int GModel::readMSH(const std::string &name)
else
_vertexMapCache = vertexMap;
postpro = true;
break;
}
else if(!strncmp(&str[1], "ElementData", 11)) {
// there's some element post-processing data to read later on
postpro = true;
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment