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

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