Skip to content
Snippets Groups Projects
Commit 17bf8918 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

removed warnings

parent c71a5e3b
No related branches found
No related tags found
No related merge requests found
...@@ -60,9 +60,9 @@ ActionWithVessel::ActionWithVessel(const ActionOptions&ao): ...@@ -60,9 +60,9 @@ ActionWithVessel::ActionWithVessel(const ActionOptions&ao):
noderiv(true), noderiv(true),
actionIsBridged(false), actionIsBridged(false),
mydata(NULL), mydata(NULL),
stopwatch(*new Stopwatch),
contributorsAreUnlocked(false), contributorsAreUnlocked(false),
weightHasDerivatives(false), weightHasDerivatives(false)
stopwatch(*new Stopwatch)
{ {
maxderivatives=309; parse("MAXDERIVATIVES",maxderivatives); maxderivatives=309; parse("MAXDERIVATIVES",maxderivatives);
if( keywords.exists("SERIAL") ) parseFlag("SERIAL",serial); if( keywords.exists("SERIAL") ) parseFlag("SERIAL",serial);
......
...@@ -32,8 +32,8 @@ StoreDataVessel::StoreDataVessel( const VesselOptions& da ): ...@@ -32,8 +32,8 @@ StoreDataVessel::StoreDataVessel( const VesselOptions& da ):
Vessel(da), Vessel(da),
max_lowmem_stash(3), max_lowmem_stash(3),
vecsize(0), vecsize(0),
hard_cut(false), nspace(0),
nspace(0) hard_cut(false)
{ {
ActionWithValue* myval=dynamic_cast<ActionWithValue*>( getAction() ); ActionWithValue* myval=dynamic_cast<ActionWithValue*>( getAction() );
if( !myval ) hasderiv=false; if( !myval ) hasderiv=false;
......
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