Changeset 4919f0 for src/Atom/TesselPoint.cpp
- Timestamp:
- Aug 3, 2017, 10:46:48 AM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- cee565
- Parents:
- fcc860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Atom/TesselPoint.cpp ¶
rfcc860 r4919f0 58 58 }; 59 59 60 void TesselPoint::removeStep (const unsigned int _step)60 void TesselPoint::removeSteps(const unsigned int _firststep, const unsigned int _laststep) 61 61 { 62 ASSERT(0, "TesselPoint::removeStep () should never be called, TesselPoints don't have trajectories.");63 AtomInfo::removeTrajectoryStep (_step);62 ASSERT(0, "TesselPoint::removeSteps() should never be called, TesselPoints don't have trajectories."); 63 AtomInfo::removeTrajectorySteps(_firststep, _laststep); 64 64 }; 65 65
Note:
See TracChangeset
for help on using the changeset viewer.