dimensionedSymmTensor: corrected the dimensions of cof
This commit is contained in:
parent
f4f39821de
commit
a83cff29cf
@ -128,7 +128,7 @@ dimensionedSymmTensor cof(const dimensionedSymmTensor& dt)
|
||||
return dimensionedSymmTensor
|
||||
(
|
||||
"cof("+dt.name()+')',
|
||||
dt.dimensions(),
|
||||
pow(dt.dimensions(), symmTensor::dim - 1),
|
||||
cof(dt.value())
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user