symmTensor: Corrected symmTensor & symmTensor dot-product

This commit is contained in:
Henry
2011-12-28 17:46:51 +00:00
parent 29d4f2ff33
commit a78a46e7c2
10 changed files with 35 additions and 3 deletions

View File

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