Changeset 7794d8 for molecuilder/src/atom.cpp
- Timestamp:
- Oct 5, 2009, 2:35:06 PM (16 years ago)
- Children:
- bf497f
- Parents:
- 2aea0b (diff), 14db08 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/atom.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom.cpp
r2aea0b r7794d8 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.
