Skip to content
Snippets Groups Projects
Commit 82b9786c authored by Andrei Herdt's avatar Andrei Herdt Committed by Olivier Stasse
Browse files

Correct pointer initialization that provokes a warning

parent 28e362ea
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ using namespace PatternGeneratorJRL;
QPProblem_s::QPProblem_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),XU(0), NewX(0),
Q(0),D(0),DU(0),DS(0),XL(0),XU(0),X(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