This commit is contained in:
conrad
2023-01-14 02:37:41 +10:00
parent 73e22653ca
commit d2d84a4ecf
+1 -1
View File
@@ -99,7 +99,7 @@ shift
typedef typename T1::elem_type eT;
arma_debug_check( (dim > 1), "vectorise(): parameter 'dim' must be 0 or 1" );
arma_debug_check( (dim > 1), "shift(): parameter 'dim' must be 0 or 1" );
const uword len = (N < 0) ? uword(-N) : uword(N);
const uword neg = (N < 0) ? uword( 1) : uword(0);