Changes in src/atom_trajectoryparticle.cpp [112b09:1513a74]
- File:
-
- 1 edited
-
src/atom_trajectoryparticle.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/atom_trajectoryparticle.cpp
r112b09 r1513a74 6 6 */ 7 7 8 #include "Helpers/MemDebug.hpp"9 10 8 #include "atom.hpp" 11 9 #include "atom_trajectoryparticle.hpp" 12 10 #include "config.hpp" 13 11 #include "element.hpp" 14 #include "info.hpp"15 12 #include "log.hpp" 16 13 #include "parser.hpp" … … 74 71 void TrajectoryParticle::ResizeTrajectory(int MaxSteps) 75 72 { 76 Info FunctionInfo(__func__);77 73 if (Trajectory.R.size() <= (unsigned int)(MaxSteps)) { 78 DoLog(0) && (Log() << Verbose(0) << "Increasing size for trajectory array of " << nr << " from " << Trajectory.R.size() << " to " << (MaxSteps+1) << "." << endl);74 //Log() << Verbose(0) << "Increasing size for trajectory array of " << keyword << " to " << (MaxSteps+1) << "." << endl; 79 75 Trajectory.R.resize(MaxSteps+1); 80 76 Trajectory.U.resize(MaxSteps+1);
Note:
See TracChangeset
for help on using the changeset viewer.
