Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

AtomsDisInfo.C

Go to the documentation of this file.
00001 #include "AtomsDisInfo.h"
00002 
00003 void AtomsDisInfo::recvStaticInfo(AtomStaticInfoMsg *msg){    
00004     atomsCnt = msg->actualNumAtoms;
00005     Atom *msgAtoms = msg->atoms;
00006     for(int i=0; i<atomsCnt; i++){
00007         disAtoms[i] = msgAtoms[i];
00008     }
00009     delete msg;
00010 }
00011 
00012 void AtomsDisInfo::recvAtomsCoor(AtomsCoorMsg *msg){
00013 }
00014 
00015 void AtomsDisInfo::recvAtomsForces(AtomsForcesMsg *msg){
00016 }

Generated on Sat Jul 5 04:07:14 2008 for NAMD by  doxygen 1.3.9.1