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

comment on what to do for multi-meshes in the future

parent d99ac01c
No related branches found
No related tags found
No related merge requests found
// $Id: OpenFile.cpp,v 1.182 2008-03-30 17:45:12 geuzaine Exp $
// $Id: OpenFile.cpp,v 1.183 2008-04-07 12:13:16 geuzaine Exp $
//
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
......@@ -323,6 +323,13 @@ int MergeFile(const char *name, int warn_if_missing)
GModel *m = GModel::current();
// FIXME: We need to decide what do do for CAD entities, meshes,
// etc. For meshes we should definitely create one new model per
// merge (and reset current() to the previous value after the
// merge). This will make multi-step multi-meshes post-pro views
// work out of the box.
// GModel *m = new GModel;
int numViewsBefore = PView::list.size();
int status = 0;
......
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