Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
6296b271
Commit
6296b271
authored
Feb 18, 2012
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
warn instead of error for multi-step MED meshes
parent
2a0d3980
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Geo/GModelIO_MED.cpp
+32
-32
32 additions, 32 deletions
Geo/GModelIO_MED.cpp
with
32 additions
and
32 deletions
Geo/GModelIO_MED.cpp
+
32
−
32
View file @
6296b271
...
...
@@ -261,7 +261,7 @@ int GModel::readMED(const std::string &name, int meshIndex)
// e.g. meshName_step%d). This way we could also handle multi-mesh
// time sequences in MED3.
if
(
nStep
>
1
)
Msg
::
Error
(
"Discarding %d last meshes in multi-step MED mesh"
,
nStep
-
1
);
Msg
::
Warning
(
"Discarding %d last meshes in multi-step MED mesh"
,
nStep
-
1
);
setName
(
meshName
);
if
(
meshType
==
MED_NON_STRUCTURE
){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment