Changeset 390a2b for molecuilder/src/atom.cpp
- Timestamp:
- Sep 21, 2009, 11:48:42 AM (16 years ago)
- Children:
- 14db08, 39d983
- Parents:
- bc3953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom.cpp
rbc3953 r390a2b 6 6 7 7 #include "atom.hpp" 8 #include "memoryallocator.hpp" 8 9 9 10 /************************************* Functions for class atom *************************************/ … … 61 62 atom::~atom() 62 63 { 63 Free( (void **)&ComponentNr, "atom::~atom: *ComponentNr");64 Free(&ComponentNr); 64 65 }; 65 66
Note:
See TracChangeset
for help on using the changeset viewer.