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

dimensionedSymmTensor: corrected the dimensions of cof

parent f4f39821
Branches
Tags
No related merge requests found
......@@ -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())
);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment