Suppressed some warnings at compilation.
This commit is contained in:
parent
76c4f19829
commit
6600f1db51
2 changed files with 21 additions and 17 deletions
|
|
@ -107,8 +107,8 @@ class eoParallelPopLoopEval : public eoPopEvalFunc<EOT>
|
|||
) :
|
||||
assignAlgo( _assignAlgo ),
|
||||
masterRank( _masterRank ),
|
||||
needToDeleteStore( false ),
|
||||
store( _store )
|
||||
store( _store ),
|
||||
needToDeleteStore( false )
|
||||
{
|
||||
// empty
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue