ports/math/octave-forge-level-set/files/patch-geomGamma.cpp
Stephen Montgomery-Smith 98d1ae4d29 - Unbreak with patches.
- Bump portrevision.
2021-02-22 04:35:03 +00:00

11 lines
492 B
C++

--- geomGamma.cpp.orig 2021-02-22 04:26:32 UTC
+++ geomGamma.cpp
@@ -192,7 +192,7 @@ DEFUN_DLD (__levelset_geomGamma, args, nargout,
const Matrix inout = args(4).matrix_value ();
/* Extract and check the dimensions. */
- const unsigned nNodes = phi.nelem ();
+ const unsigned nNodes = phi.numel ();
const unsigned nElem = getDimension (nodelist, -1, 4);
const unsigned nBdryEl = getDimension (bdryInd, -1, 1);
getDimension (edges, nBdryEl, 4);