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

trying to fix compile on sun (again)

parent 9c350f05
No related branches found
No related tags found
No related merge requests found
...@@ -534,7 +534,7 @@ static void writeElementsMSH(FILE *fp, T *ele, bool saveAll, ...@@ -534,7 +534,7 @@ static void writeElementsMSH(FILE *fp, T *ele, bool saveAll,
} }
template<class T> template<class T>
static void writeElementsMSH(FILE *fp, const std::vector<T*> &ele, bool saveAll, static void writeElementsMSH(FILE *fp, std::vector<T*> &ele, bool saveAll,
double version, bool binary, int &num, int elementary, double version, bool binary, int &num, int elementary,
std::vector<int> &physicals) std::vector<int> &physicals)
{ {
...@@ -544,7 +544,7 @@ static void writeElementsMSH(FILE *fp, const std::vector<T*> &ele, bool saveAll, ...@@ -544,7 +544,7 @@ static void writeElementsMSH(FILE *fp, const std::vector<T*> &ele, bool saveAll,
} }
template<class T> template<class T>
static void writeElementsMSH(FILE *fp, const std::vector<T*> &ele, bool saveAll, static void writeElementsMSH(FILE *fp, std::vector<T*> &ele, bool saveAll,
double version, bool binary, int &num, int elementary, double version, bool binary, int &num, int elementary,
std::vector<int> &physicals, std::map<MElement *, int> &parentsNum) std::vector<int> &physicals, std::map<MElement *, int> &parentsNum)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment