add braces

This commit is contained in:
danielque
2017-08-21 12:24:25 +02:00
parent 10fd332943
commit 4ac84930c5

View File

@ -92,8 +92,10 @@ virtualMassForce::virtualMassForce
{
splitUrelCalculation_ = readBool(propsDict_.lookup("splitUrelCalculation"));
if(splitUrelCalculation_)
{
Info << "Virtual mass model: will split the Urel calculation\n";
Info << "WARNING: be sure that LIGGGHTS integration takes ddtv_p implicitly into account! \n";
}
}
if(propsDict_.found("Cadd"))
{