Changed the function name "cofactors" to "cof" and propagated the function

through the field algebra.
This commit is contained in:
henry
2008-11-14 16:02:47 +00:00
parent 1b843a3ce5
commit a622a9a0ec
23 changed files with 57 additions and 22 deletions

View File

@ -46,6 +46,7 @@ UNARY_FUNCTION(symmTensor, symmTensor, twoSymm)
UNARY_FUNCTION(symmTensor, symmTensor, dev)
UNARY_FUNCTION(symmTensor, symmTensor, dev2)
UNARY_FUNCTION(scalar, symmTensor, det)
UNARY_FUNCTION(symmTensor, symmTensor, cof)
void inv(Field<symmTensor>& tf, const UList<symmTensor>& tf1)
{