octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #8872] add isocaps


From: Philip Nienhuis
Subject: [Octave-patch-tracker] [patch #8872] add isocaps
Date: Tue, 19 Jul 2016 15:25:30 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #16, patch #8872 (project octave):

The demo doesn't work.
Stepping manually through the demo in debug mode:

:
>> isonormals (x, y, z, val, p_iso)

>> fvc_xmin = isocaps (x, y, z, val, iso, "xmin", "b")

error: isosurface: parameter '' not supported
error: called from
    isosurface>__get_check_isosurface_args__ at line 225 column 9
    isosurface at line 148 column 41
    isocaps>__get_isocaps_patches__ at line 328 column 19
    isocaps at line 140 column 21
>> fvc_xmin = isocaps (x, y, z, val, iso, "xmin", "b")
stopped in
D:\Octave\Octave-4.1.0+VEp_w64_20160714\share\octave\4.1.0+\m\plot\draw
\isocaps.m at line 140
140:     [faces, vertices] = __get_isocaps_patches__ (x, y, z, data, iso,
pad_val,
 ...
debug>
debug> verbose
verbose =
debug> varargin{i_arg}
ans =
debug> uint8 (varargin{i_arg})
ans = [](0x0)


It seems the "verbose" argument hasn't been initialized in isocaps.m or its
subfunctions.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8872>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]