cosmetics

This commit is contained in:
andy
2009-11-23 17:17:35 +00:00
parent 8ce765e3f5
commit e0cbe97409
2 changed files with 18 additions and 3 deletions

View File

@ -62,7 +62,12 @@ Foam::dsmcFields::dsmcFields
WarningIn WarningIn
( (
"dsmcFields::dsmcFields" "dsmcFields::dsmcFields"
"(const objectRegistry&, const dictionary&)" "("
"const word&, "
"const objectRegistry&, "
"const dictionary&, "
"const bool"
")"
) << "No fvMesh available, deactivating." << nl ) << "No fvMesh available, deactivating." << nl
<< endl; << endl;
} }

View File

@ -68,7 +68,12 @@ Foam::staticPressure::staticPressure
WarningIn WarningIn
( (
"staticPressure::staticPressure" "staticPressure::staticPressure"
"(const objectRegistry&, const dictionary&)" "("
"const word&, "
"const objectRegistry&, "
"const dictionary&, "
"const bool"
")"
) << "No fvMesh available, deactivating." << nl ) << "No fvMesh available, deactivating." << nl
<< endl; << endl;
} }
@ -81,7 +86,12 @@ Foam::staticPressure::staticPressure
WarningIn WarningIn
( (
"staticPressure::staticPressure" "staticPressure::staticPressure"
"(const objectRegistry&, const dictionary&)" "("
"const word&, "
"const objectRegistry&, "
"const dictionary&, "
"const bool"
")"
) << "Pressure is not kinematic pressure, deactivating." << nl ) << "Pressure is not kinematic pressure, deactivating." << nl
<< endl; << endl;
} }