Skip to content

Commit 231f0c5

Browse files
tarkpatedcwhite
andauthored
Update src/Core/Datatypes/DyadicTensor.h
Co-authored-by: Dan White <[email protected]>
1 parent 86ced4c commit 231f0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Datatypes/DyadicTensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ namespace Core {
340340
SizeType getDimension1() const { return Dim; }
341341
SizeType getDimension2() const { return Dim; }
342342

343-
VectorType getNormalizedEigenvalues()
343+
VectorType getNormalizedEigenvalues() const
344344
{
345345
auto eigvals = getEigenvalues();
346346
auto fro = frobeniusNorm();

0 commit comments

Comments
 (0)