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

fix compile

parent 52f6e058
Branches
Tags
No related merge requests found
...@@ -121,7 +121,7 @@ double MetricBasis::getMinR(MElement *el, MetricData *&md, int deg) const ...@@ -121,7 +121,7 @@ double MetricBasis::getMinR(MElement *el, MetricData *&md, int deg) const
name << (md->_num % 10000)/1000; name << (md->_num % 10000)/1000;
name << (md->_num % 100000)/10000; name << (md->_num % 100000)/10000;
name << ".txt"; name << ".txt";
((MetricBasis*)this)->file.open(name.str(), std::fstream::out); ((MetricBasis*)this)->file.open(name.str().c_str(), std::fstream::out);
{ {
fullMatrix<double> *coeff = md->_metcoeffs; fullMatrix<double> *coeff = md->_metcoeffs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment