Skip to content
Snippets Groups Projects
Commit 944b3def authored by Thomas De Maet's avatar Thomas De Maet
Browse files

trois corrections

parent b60da634
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ class functionNormals : public function { ...@@ -96,7 +96,7 @@ class functionNormals : public function {
static functionNormals *_instance; static functionNormals *_instance;
// constructor is private only 1 instance can exists, call get to // constructor is private only 1 instance can exists, call get to
// access the instance // access the instance
functionNormals() : function(0){} functionNormals() : function(1){}
public: public:
void call(dataCacheMap *m, fullMatrix<double> &sol) void call(dataCacheMap *m, fullMatrix<double> &sol)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment