ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/TraPPE_ExFF.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/TraPPE_ExFF.cpp (file contents):
Revision 438 by chuckv, Mon Mar 31 21:50:59 2003 UTC vs.
Revision 442 by mmeineke, Wed Apr 2 15:01:06 2003 UTC

# Line 99 | Line 99 | namespace TPE {  // restrict the access of the folowin
99        return NULL;
100      }
101      
102 +    void printMe( void ){
103 +      
104 +      std::cerr << "LinkedAtype " << name << ": ident = " << ident << "\n";
105 +      if( next != NULL ) next->printMe();
106 +
107 +    }
108 +
109      void add( atomStruct &info ){
110  
111        // check for duplicates
# Line 140 | Line 147 | namespace TPE {  // restrict the access of the folowin
147        info.dipole   = dipole;
148        info.w0       = w0;
149        info.v0       = v0;
150 +      info.ident    = ident;
151        info.last     = 0;
152      }
153  
# Line 734 | Line 742 | void TraPPE_ExFF::readParams( void ){
742        recieveFrcStruct( &atomInfo, mpiAtomStructType );
743      }
744    }
745 +
746   #endif // is_mpi
747  
748 +
749 +
750    // call new A_types in fortran
751    
752    int isError;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines