Skip to content
Snippets Groups Projects
Commit a83cff29 authored by Henry's avatar Henry
Browse files

dimensionedSymmTensor: corrected the dimensions of cof

parent f4f39821
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ dimensionedSymmTensor cof(const dimensionedSymmTensor& dt) ...@@ -128,7 +128,7 @@ dimensionedSymmTensor cof(const dimensionedSymmTensor& dt)
return dimensionedSymmTensor return dimensionedSymmTensor
( (
"cof("+dt.name()+')', "cof("+dt.name()+')',
dt.dimensions(), pow(dt.dimensions(), symmTensor::dim - 1),
cof(dt.value()) cof(dt.value())
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment