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

*** empty log message ***

parent e1ae5759
No related branches found
No related tags found
No related merge requests found
// $Id: OpenFile.cpp,v 1.155 2007-08-31 17:29:45 geuzaine Exp $ // $Id: OpenFile.cpp,v 1.156 2007-08-31 17:30:06 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.
Please register or to comment