mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
changed error messages
This commit is contained in:
@ -56,7 +56,7 @@ Foam::FitData<Form, extendedStencil, Polynomial>::FitData
|
|||||||
// Check input
|
// Check input
|
||||||
if (linearLimitFactor <= SMALL || linearLimitFactor > 3)
|
if (linearLimitFactor <= SMALL || linearLimitFactor > 3)
|
||||||
{
|
{
|
||||||
FatalErrorIn("FitData<Polynomial>::FitData")
|
FatalErrorIn("FitData<Polynomial>::FitData(..)")
|
||||||
<< "linearLimitFactor requested = " << linearLimitFactor
|
<< "linearLimitFactor requested = " << linearLimitFactor
|
||||||
<< " should be between zero and 3"
|
<< " should be between zero and 3"
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
@ -264,8 +264,7 @@ void Foam::FitData<FitDataType, ExtendedStencil, Polynomial>::calcFit
|
|||||||
// {
|
// {
|
||||||
WarningIn
|
WarningIn
|
||||||
(
|
(
|
||||||
"FitData<Polynomial>::calcFit"
|
"FitData<Polynomial>::calcFit(..)"
|
||||||
"(const List<point>& C, const label facei"
|
|
||||||
) << "Could not fit face " << facei
|
) << "Could not fit face " << facei
|
||||||
<< " Weights = " << coeffsi
|
<< " Weights = " << coeffsi
|
||||||
<< ", reverting to linear." << nl
|
<< ", reverting to linear." << nl
|
||||||
|
|||||||
Reference in New Issue
Block a user