Skip to content
Snippets Groups Projects
Commit 286e7b39 authored by Février Simon's avatar Février Simon
Browse files

Update wMshConvert.cpp

parent e4ae8749
No related branches found
No related tags found
1 merge request!5Add <limits> header to wMshConvert.cpp
......@@ -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
}
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