Nobody/Anonymous
-
2005-10-24
Hi,
bug related to posted office example, hope that is enough:
128 % renWin.Render();
129 vtkInitializeInteractor(iren);
130
131
132 density1 = reader.GetOutput().GetPointData().GetScalars().
GetTuple1(1);
133 momentum1= reader.GetOutput().GetPointData().GetVectors().
GetTuple3(1);
134
135 #density1probe = probe.GetOutput().GetPointData().GetScalars().
GetTuple1(1)
136
}>137
138 'density1' and 'momentum1' work without any problem, but using
'density1probe',
139 where I try to get access to the probe variables, octave crashes,
because there
140 are no 'values'.
Greetings!
Fabian