Changeset 6b937bd for molecuilder/src/tesselation.cpp
- Timestamp:
- Oct 19, 2009, 1:09:29 PM (16 years ago)
- Children:
- 3b0ba2
- Parents:
- 99bed3
- File:
-
- 1 edited
-
molecuilder/src/tesselation.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.cpp
r99bed3 r6b937bd 16 16 17 17 class molecule; 18 19 // =========================================== ParticleInfo ==================================== 20 21 /** Constructor of ParticleInfo. 22 */ 23 ParticleInfo::ParticleInfo() : nr(-1), Name(NULL) {}; 24 25 /** Destructor of ParticleInfo. 26 */ 27 ParticleInfo::~ParticleInfo() 28 { 29 Free(&Name); 30 }; 18 31 19 32 // ======================================== Points on Boundary =================================
Note:
See TracChangeset
for help on using the changeset viewer.
