comparison src/DLD-FUNCTIONS/cellfun.cc @ 9684:c5ff5f858cfd

omission from last patch
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 01 Oct 2009 21:59:27 +0200
parents 5b3b9dcfd59c
children 70925b11ba46
comparison
equal deleted inserted replaced
9683:5b3b9dcfd59c 9684:c5ff5f858cfd
452 OCTAVE_LOCAL_BUFFER (bool, mask, nargin); 452 OCTAVE_LOCAL_BUFFER (bool, mask, nargin);
453 453
454 // This is to prevent copy-on-write. 454 // This is to prevent copy-on-write.
455 const Cell *cinputs = inputs; 455 const Cell *cinputs = inputs;
456 456
457 octave_idx_type k; 457 octave_idx_type k = 1;
458 458
459 dim_vector fdims (1, 1); 459 dim_vector fdims (1, 1);
460 460
461 if (error_state) 461 if (error_state)
462 goto cellfun_err; 462 goto cellfun_err;