mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: TensorI.H: missing ;
This commit is contained in:
@ -746,6 +746,7 @@ inline Tensor<Cmpt> inv(const Tensor<Cmpt>& t, const Cmpt detval)
|
||||
FatalErrorInFunction
|
||||
<< "Tensor not properly invertible, determinant:"
|
||||
<< detval << " tensor:" << t << nl
|
||||
<< abort(FatalError);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user