Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
amfe
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
amfe
Commits
286e7b39
Commit
286e7b39
authored
2 years ago
by
Février Simon
Browse files
Options
Downloads
Patches
Plain Diff
Update wMshConvert.cpp
parent
e4ae8749
No related branches found
No related tags found
1 merge request
!5
Add <limits> header to wMshConvert.cpp
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tbox/src/wMshConvert.cpp
+2
-1
2 additions, 1 deletion
tbox/src/wMshConvert.cpp
with
2 additions
and
1 deletion
tbox/src/wMshConvert.cpp
+
2
−
1
View file @
286e7b39
...
...
@@ -17,6 +17,7 @@
#include
"wMshConvert.h"
#include
"std_extra.h"
#include
<string>
#include
<limits>
#include
<cstring>
#include
<sstream>
#include
<fstream>
...
...
@@ -343,4 +344,4 @@ void MshConvert::ansys_gmsh(std::string const &fname1, std::string const &fname2
}
}
fclose
(
read_file3
);
}
\ No newline at end of file
}
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