Skip to content
Snippets Groups Projects
Commit 56a48ea1 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

dg : fix functioNomals size

parent 1bd022ef
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ class functionNormals : public function {
static functionNormals *_instance;
// constructor is private only 1 instance can exists, call get to
// access the instance
functionNormals() : function(0){}
functionNormals() : function(3){}
public:
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