diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2021-02-21 22:41:34 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2021-02-21 22:41:34 +0000 |
commit | 6473aac25b6dc63be299faa4fc1ed9cde77f1957 (patch) | |
tree | 5f81e978342b34ec7b1784c80dc5be7182d55dcf /math/octave-forge-nurbs/files/patch-tbasisfun.cc | |
parent | - Fix pkg-plist (diff) |
- Update math/octave to 6.2.0.
- Bump portrevision of dependent ports.
- Add patches to dependent ports math/octave-forge-* if I can figure them out.
- Mark broken dependent ports I couldn't figure out.
Diffstat (limited to 'math/octave-forge-nurbs/files/patch-tbasisfun.cc')
-rw-r--r-- | math/octave-forge-nurbs/files/patch-tbasisfun.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave-forge-nurbs/files/patch-tbasisfun.cc b/math/octave-forge-nurbs/files/patch-tbasisfun.cc new file mode 100644 index 000000000000..ff2d644f502c --- /dev/null +++ b/math/octave-forge-nurbs/files/patch-tbasisfun.cc @@ -0,0 +1,11 @@ +--- tbasisfun.cc.orig 2021-02-21 22:37:09 UTC ++++ tbasisfun.cc +@@ -156,7 +156,7 @@ TBASISFUN: Compute a B- or T-Spline basis function, an + RowVector N(u.cols ()); + double *Nptr = N.fortran_vec (); + +- if (! args(2).is_cell ()) ++ if (! args(2).iscell ()) + { + + double p = args(1).idx_type_value (); |