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

Comparing trunk/OOPSE-3.0/src/types/DirectionalAtomType.cpp (file contents):
Revision 2094 by gezelter, Wed Mar 9 14:26:15 2005 UTC vs.
Revision 2097 by tim, Wed Mar 9 17:30:29 2005 UTC

# Line 168 | Line 168 | namespace oopse {
168          if (stickyData != NULL) {
169            StickyParam stickyParam = stickyData->getData();
170  
171          /**@todo change fortran interface */
172          //makeStickyType(&atp.ident, &stickyParam.w0, &stickyParam.v0, &stickyParam.v0p, &stickyParam.rl,
173          //    &stickyParam.ru, &stickyParam.rlp, &stickyParam.rup);
171            newStickyType(&atp.ident,&stickyParam.w0, &stickyParam.v0, &stickyParam.v0p, &stickyParam.rl,
172                          &stickyParam.ru, &stickyParam.rlp, &stickyParam.rup, &isError);
173            if (isError != 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines