Example #1
0
 def setAtoms(self, ag, setref=True):
     
     for traj in self._trajectories:
         traj.setAtoms(ag, setref)
     TrajBase.setAtoms(self, ag, setref)
Example #2
0
 def setAtoms(self, atoms):
     
     for traj in self._trajectories:
         traj.setAtoms(atoms)
     TrajBase.setAtoms(self, atoms)