blob: ff2d644f502c52934badf12ee4a697445c375b34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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 ();
|