From a44387f8fd9b3ae043739c44f0f12887212c6994 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 27 Feb 2003 05:06:46 +0000
Subject: [PATCH] Use MergeProblem instead of ParseFile in
 MergeProblemWithBoundingBox

---
 Parser/OpenFile.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Parser/OpenFile.cpp b/Parser/OpenFile.cpp
index e2403dd129..78016b76c9 100644
--- a/Parser/OpenFile.cpp
+++ b/Parser/OpenFile.cpp
@@ -1,4 +1,4 @@
-// $Id: OpenFile.cpp,v 1.40 2003-02-27 00:21:22 geuzaine Exp $
+// $Id: OpenFile.cpp,v 1.41 2003-02-27 05:06:46 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
 //
@@ -129,7 +129,7 @@ int MergeProblem(char *name){
 
 void MergeProblemWithBoundingBox(char *name){
   int nb = List_Nbr(CTX.post.list);
-  int status = ParseFile(name,0);
+  int status = MergeProblem(name);
   if(List_Nbr(CTX.post.list) > nb){
     // if we merged a view, use it
     CalculateMinMax(NULL, ((Post_View*)List_Pointer
-- 
GitLab