/* * atom_trajectoryparticleinfo.cpp * * Created on: Oct 19, 2009 * Author: heber */ #include "atom_trajectoryparticleinfo.hpp" /** Constructor of class TrajectoryParticleInfo. */ TrajectoryParticleInfo::TrajectoryParticleInfo() : FixedIon(0) {}; /** Destructor of class TrajectoryParticleInfo. */ TrajectoryParticleInfo::~TrajectoryParticleInfo() { Trajectory.R.clear(); Trajectory.U.clear(); Trajectory.F.clear(); };