ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/TraPPE_ExFF.cpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/TraPPE_ExFF.cpp (file contents):
Revision 373 by mmeineke, Thu Mar 20 19:01:44 2003 UTC vs.
Revision 374 by chuckv, Thu Mar 20 19:50:42 2003 UTC

# Line 1129 | Line 1129 | void TraPPE_ExFF::initializeTorsions( torsion_set* the
1129  
1130      LinkedType* find( char* key1, char* key2, char* key3, char* key4 ){
1131        
1132 <      std::cerr<< "looking for: " << key1 << " - " << key2 << " - "
1133 <                  << key3 << " - " << key4 << "\n";
1134 <
1135 <      std::cerr<< "I've got: " << nameA << " - " << nameB << " - "
1136 <                  << nameC << " - " << nameD << "\n";
1137 <
1132 >
1133  
1134  
1135        if( !strcmp( nameA, key1 ) && !strcmp( nameB, key2 ) &&
# Line 1179 | Line 1174 | void TraPPE_ExFF::initializeTorsions( torsion_set* the
1174          next->k3 = info.k3;
1175          next->k4 = info.k4;
1176  
1182        std::cerr << "added: " << info.nameA << " - " << info.nameB << " - "
1183                  << info.nameC << " - " << info.nameD << "\n";
1177        }
1178      }
1179  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines