Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/atom_trajectoryparticle.cpp

    rc7a473 r1513a74  
    1010#include "config.hpp"
    1111#include "element.hpp"
    12 #include "info.hpp"
    1312#include "log.hpp"
    1413#include "parser.hpp"
     
    7271void TrajectoryParticle::ResizeTrajectory(int MaxSteps)
    7372{
    74   Info FunctionInfo(__func__);
    7573  if (Trajectory.R.size() <= (unsigned int)(MaxSteps)) {
    76     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;
    7775    Trajectory.R.resize(MaxSteps+1);
    7876    Trajectory.U.resize(MaxSteps+1);
Note: See TracChangeset for help on using the changeset viewer.