ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/types/AtomType.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/types/AtomType.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2062 by tim, Fri Feb 25 21:22:00 2005 UTC

# Line 122 | Line 122 | void AtomType::complete() {
122              if (ljData != NULL) {
123                  LJParam ljParam = ljData->getData();
124                  
125 <                newLJtype(&atp.ident, &ljParam.sigma, &ljParam.epsilon, &isError);
125 >                newLJtype(&atp.ident, &ljParam.sigma, &ljParam.epsilon, &ljParam.soft_pot, &isError);
126  
127                  if (isError != 0) {
128                      sprintf( painCave.errMsg,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines