simplification
This commit is contained in:
@@ -1652,7 +1652,7 @@ subview_cube<eT>::extract(Cube<eT>& out, const subview_cube<eT>& in)
|
||||
|
||||
arma_extra_debug_print(arma_str::format("out.n_rows = %d out.n_cols = %d out.n_slices = %d in.m.n_rows = %d in.m.n_cols = %d in.m.n_slices = %d") % out.n_rows % out.n_cols % out.n_slices % in.m.n_rows % in.m.n_cols % in.m.n_slices);
|
||||
|
||||
if( (in.aux_row1 == 0) && (in.n_rows == in.m.n_rows) )
|
||||
if( (in.aux_row1 == 0) && (n_rows == in.m.n_rows) )
|
||||
{
|
||||
for(uword s=0; s < n_slices; ++s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user