Menu

Commit [r62]  Maximize  Restore  History

changes to the constructor for AutoArrayT were not getting caught

by the compiler. The old constructor
AutoArrayT<TYPE>::AutoArrayT(int, bool)
was being mapped to the new constructor
AutoArrayT<TYPE>::AutoArrayT(int, int)
The result is not fatal, but results in a loss of efficiency with
arrays that change size dynamically.

paklein 2001-02-13

changed /trunk/toolbox/src/dataio/input/EnSightInputT.cpp
changed /trunk/toolbox/src/dataio/output/EnSightOutputT.cpp
changed /trunk/toolbox/src/front/FrontT.cpp
changed /trunk/toolbox/src/graph/PartitionT.cpp
changed /trunk/toolbox/src/misc/GroupAverageT.cpp
/trunk/toolbox/src/dataio/input/EnSightInputT.cpp Diff Switch to side-by-side view
Loading...
/trunk/toolbox/src/dataio/output/EnSightOutputT.cpp Diff Switch to side-by-side view
Loading...
/trunk/toolbox/src/front/FrontT.cpp Diff Switch to side-by-side view
Loading...
/trunk/toolbox/src/graph/PartitionT.cpp Diff Switch to side-by-side view
Loading...
/trunk/toolbox/src/misc/GroupAverageT.cpp Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB