remove superfluous semicolon

This commit is contained in:
danielque
2019-08-14 16:09:07 +02:00
parent acfe33cc50
commit 3ce4d419ca

View File

@ -264,7 +264,7 @@ void diffusionCoefficient::execute()
{ {
word pushName = diffusantGasNames_[j] + "_diffCoeff"; word pushName = diffusantGasNames_[j] + "_diffCoeff";
particleCloud_.dataExchangeM().giveData(pushName,"scalar-atom",diffusionCoefficients_[j]); particleCloud_.dataExchangeM().giveData(pushName,"scalar-atom",diffusionCoefficients_[j]);
}; }
Info << "give data done" << endl; Info << "give data done" << endl;
} }