mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
remove superfluous semicolon
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user