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

dgRungeKutta : initialize transformNodalValue to NULL

parent 9640e7b4
No related branches found
No related tags found
No related merge requests found
...@@ -212,7 +212,7 @@ double dgRungeKutta::nonDiagonalRK(const dgConservationLaw *claw, ...@@ -212,7 +212,7 @@ double dgRungeKutta::nonDiagonalRK(const dgConservationLaw *claw,
} }
dgRungeKutta::dgRungeKutta():_limiter(NULL) {} dgRungeKutta::dgRungeKutta():_limiter(NULL),_TransformNodalValue(NULL){}
#include "Bindings.h" #include "Bindings.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment