[Gate-users] Bug in the voxelized source linear translator
Alex Vergara Gil
alexvergaragil at gmail.com
Fri Jan 16 22:06:40 CET 2015
Hello!
When I try to use the voxelized source linear translator I receive a
*** Break *** segmentation violation
in the initializer there is a variable
m_valueToActivityScale = 0.;
as you may see assigned to 0
then there is a SetValueToActivityScale void procedure which is
supposed to change this value, but I don't see any place where is
used, so this value remains always 0. I think this is the reason for
the segmentation fault since the TranslateToActivity procedure use it
to build activity map. If all activity map is 0 then you have a
segmentation fault.
It would be nice if we can use this feature.
Regards
Alex
More information about the Gate-users
mailing list