VectorSpaces, MatrixSpaces: Allow automatic conversion from zero

This commit is contained in:
Henry Weller
2016-03-22 10:35:57 +00:00
parent 0386551796
commit ce81b44dc6
11 changed files with 11 additions and 11 deletions

View File

@ -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>