ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/types/DirectionalAtomType.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/types/DirectionalAtomType.cpp (file contents):
Revision 1876 by tim, Tue Dec 7 04:47:56 2004 UTC vs.
Revision 1877 by tim, Thu Dec 9 21:15:19 2004 UTC

# Line 120 | Line 120 | void DirectionalAtomType::complete() {
120                  /**@todo change fortran interface */
121                  //makeStickyType(&atp.ident, &stickyParam.w0, &stickyParam.v0, &stickyParam.v0p, &stickyParam.rl,
122                  //    &stickyParam.ru, &stickyParam.rlp, &stickyParam.rup);
123 <                makeStickyType(&stickyParam.w0, &stickyParam.v0, &stickyParam.v0p, &stickyParam.rl,
124 <                    &stickyParam.ru, &stickyParam.rlp, &stickyParam.rup);
123 >                newStickyType(&atp.ident,&stickyParam.w0, &stickyParam.v0, &stickyParam.v0p, &stickyParam.rl,
124 >                    &stickyParam.ru, &stickyParam.rlp, &stickyParam.rup, &isError);
125                  if (isError != 0) {
126                      sprintf( painCave.errMsg,
127                             "Fortran rejected newLJtype\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines