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

trying to fix compile on sun, take 2

parent 1b311063
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ class cartesianBox { ...@@ -33,7 +33,7 @@ class cartesianBox {
std::set<int> _active; std::set<int> _active;
double _X, _Y, _Z, _dxi, _deta, _dzeta; double _X, _Y, _Z, _dxi, _deta, _dzeta;
SVector3 _xiAxis, _etaAxis, _zetaAxis; SVector3 _xiAxis, _etaAxis, _zetaAxis;
std::map<int,scalar> _nodalValues; typename std::map<int, scalar> _nodalValues;
std::vector<SVector3> _normals; std::vector<SVector3> _normals;
std::vector<SPoint3> _points; std::vector<SPoint3> _points;
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment