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

*** empty log message ***

parent f0fc5417
No related branches found
No related tags found
No related merge requests found
// $Id: OpenFile.cpp,v 1.107 2006-08-12 17:44:25 geuzaine Exp $ // $Id: OpenFile.cpp,v 1.108 2006-08-12 18:10:25 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -208,6 +208,7 @@ int ParseFile(char *f, int close, int warn_if_missing) ...@@ -208,6 +208,7 @@ int ParseFile(char *f, int close, int warn_if_missing)
fclose(yyin); fclose(yyin);
GMODEL->import(); GMODEL->import();
GMODEL->recomputeBounds();
strncpy(yyname, yyname_old, 255); strncpy(yyname, yyname_old, 255);
yyin = yyin_old; yyin = yyin_old;
......
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