mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
- 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.
11 lines
246 B
C++
11 lines
246 B
C++
--- src/Ubern.cc.orig 2021-02-21 22:27:49 UTC
|
|
+++ src/Ubern.cc
|
|
@@ -115,7 +115,7 @@ B(-Z)=Z+B(Z)\n")
|
|
|
|
|
|
NDArray X ( args(0).array_value() );
|
|
- octave_idx_type lx = X.length();
|
|
+ octave_idx_type lx = X.numel();
|
|
|
|
NDArray BP(X),BN(X);
|
|
|