Skip to content
Snippets Groups Projects
Commit a3b918d4 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Corrected bad pointer initialization.

parent 3717c3cf
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ using namespace PatternGeneratorJRL;
ProblemVelRef_s::ProblemVelRef_s():
m(0),me(0),mmax(0), n(0), nmax(0), mnn(0),
Q(0),D(0),DU(0),DS(0),XL(0),X(0), NewX(0),
Q(0),D(0),DU(0),DS(0),XL(0),X(0),XU(0), NewX(0),
U(0),war(0), iwar(0),
iout(0),ifail(0), iprint(0),
lwar(0), liwar(0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment