IBAMR / IBSAMRAI2

SAMRAI 2.4.4 fork and associated patches.
Other
1 stars 1 forks source link

Make IntVector et al's dtors non-virtual. #12

Closed drwells closed 10 months ago

drwells commented 1 year ago

There's just no reason to do this and storing the vtable pointer makes these objects twice as large as they need to be.