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

*** empty log message ***

parent 2485dba6
No related branches found
No related tags found
No related merge requests found
// $Id: OpenFile.cpp,v 1.153 2007-08-28 23:12:49 geuzaine Exp $ // $Id: OpenFile.cpp,v 1.154 2007-08-28 23:13:03 geuzaine Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -389,7 +389,7 @@ int MergeFile(char *name, int warn_if_missing) ...@@ -389,7 +389,7 @@ int MergeFile(char *name, int warn_if_missing)
} }
else if(!strncmp(header, "$PostFormat", 11) || else if(!strncmp(header, "$PostFormat", 11) ||
!strncmp(header, "$View", 5)) { !strncmp(header, "$View", 5)) {
#if 1 // test new post-pro #if 0 // test new post-pro
PView *p = new PView(false); PView *p = new PView(false);
status = p->getData()->read(name); status = p->getData()->read(name);
#else #else
......
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