19 Apr
2004
19 Apr
'04
8:39 a.m.
Hi,
Another error that valgrind has spotted is the unitialised indices 4 and 5 in the NR::Matrix tp at the top of matrix_is_isometry() (nr-arena-shape.cpp:362).
Should I fix this here, or would it be better to make the NR::Matrix default constructor zero-init its members?
Cheers
Carl
19 Apr
19 Apr
10:16 a.m.
Carl Hetherington wrote:
Hi,
Another error that valgrind has spotted is the unitialised indices 4 and 5 in the NR::Matrix tp at the top of matrix_is_isometry() (nr-arena-shape.cpp:362).
Should I fix this here, or would it be better to make the NR::Matrix default constructor zero-init its members?
I zeroed the members (actually, it doesn't matter unless 4 or 5 is a special value, which they shouldn't be :)
njh, the zeroator.
7551
Age (days ago)
7551
Last active (days ago)
1 comments
2 participants
participants (2)
-
Carl Hetherington
-
Nathan Hurst