Skip to content
Snippets Groups Projects
Commit ae1f8146 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Small fix

valgrind reported usage of this as an uninitialized value, so I set
it. However, looking at the code below it looks harmless.
parent 497ea061
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ ActionWithAveraging::ActionWithAveraging( const ActionOptions& ao ): ...@@ -45,6 +45,7 @@ ActionWithAveraging::ActionWithAveraging( const ActionOptions& ao ):
ActionWithValue(ao), ActionWithValue(ao),
ActionWithVessel(ao), ActionWithVessel(ao),
myaverage(NULL), myaverage(NULL),
normalization(t),
useRunAllTasks(false), useRunAllTasks(false),
clearstride(0), clearstride(0),
lweight(0),cweight(0) lweight(0),cweight(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