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

Use MergeProblem instead of ParseFile in MergeProblemWithBoundingBox
parent 029ef65c
No related branches found
No related tags found
No related merge requests found
// $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment