Dot-product of symmetric tensors: forum bug fix

This commit is contained in:
Hrvoje Jasak 2011-12-12 16:18:24 +00:00
parent bc9513426a
commit 812d63b949
2 changed files with 5 additions and 1 deletions

View file

@ -41,13 +41,15 @@ SourceFiles
#include "Vector.H" #include "Vector.H"
#include "SphericalTensor.H" #include "SphericalTensor.H"
#include "SymmTensor.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam namespace Foam
{ {
template<class Cmpt>
class SymmTensor;
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
Class Tensor Declaration Class Tensor Declaration
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -24,6 +24,8 @@ License
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#include "SymmTensor.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam namespace Foam