mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
VectorSpaces, MatrixSpaces: Allow automatic conversion from zero
This commit is contained in:
@ -91,7 +91,7 @@ public:
|
||||
inline Tensor();
|
||||
|
||||
//- Construct initialized to zero
|
||||
inline explicit Tensor(const Foam::zero);
|
||||
inline Tensor(const Foam::zero);
|
||||
|
||||
//- Construct given MatrixSpace of the same rank
|
||||
template<class Cmpt2>
|
||||
|
||||
Reference in New Issue
Block a user