display info only if verbose is true [ci skip]

This commit is contained in:
danielque
2019-08-09 16:20:17 +02:00
parent 4f8d2dc676
commit 89c6f87e0c

View File

@ -300,7 +300,7 @@ void species::execute()
particleCloud_.dataExchangeM().giveData("X_"+speciesNames_[i],"scalar-atom",molarFractions_[i]);
};
Info << "give data done" << endl;
if (verbose_) Info << "give data done" << endl;
// pull changeOfSpeciesMass_, transform onto fields changeOfSpeciesMassFields_, add them up on changeOfGasMassField_
scalar timestep = mesh_.time().deltaTValue();