|
From: <nn...@it...> - 2010-04-06 11:23:39
|
Hi.
I think I have got the bug. :)
In octcdf package in ov-ncvar.h instead of
octave_idx_type numel(const octave_value_list&)
{
return dims().numel();
};
it should be
octave_idx_type numel(const octave_value_list&)
{
return 1;
};
Thanks.
Nands
|