Menu

Commit [r64]  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/tahoe/src/elements/ElementBaseT.cpp
changed /trunk/tahoe/src/elements/shape_functions/meshfree/SamplingSurfaceT.cpp
/trunk/tahoe/src/elements/ElementBaseT.cpp Diff Switch to side-by-side view
Loading...
/trunk/tahoe/src/elements/shape_functions/meshfree/SamplingSurfaceT.cpp Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB