Skip to content

Commit 86b1d22

Browse files
committed
Fix type of vertexConnectionLaplacian
1 parent 1739a2c commit 86b1d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/surface/geometry/quantities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ All operators are indexed over mesh elements according to the natural iteration
471471

472472
Only valid on triangular meshes.
473473

474-
- **member:** `Eigen::SparseMatrix<double> IntrinsicGeometryInterface::vertexConnectionLaplacian`
474+
- **member:** `Eigen::SparseMatrix<std::complex<double>> IntrinsicGeometryInterface::vertexConnectionLaplacian`
475475
- **require:** `void IntrinsicGeometryInterface::requireVertexConnectionLaplacian()`
476476

477477
??? func "DEC operators"

0 commit comments

Comments
 (0)