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

Comparing branches/new_design/OOPSE-4/src/types/DirectionalAtomType.cpp (file contents):
Revision 1786 by tim, Tue Nov 23 17:53:43 2004 UTC vs.
Revision 1787 by tim, Mon Nov 29 14:40:30 2004 UTC

# Line 42 | Line 42 | void DirectionalAtomType::complete() {
42              if (doubleData != NULL) {
43                  double dipole = doubleData->getData();
44                  
45 <                newDipoleType(&atp_.ident, &dipole, &isError);
45 >                newDipoleType(&atp.ident, &dipole, &isError);
46                  if (isError != 0) {
47                      sprintf( painCave.errMsg,
48                             "Fortran rejected newDipoleType\n");
# Line 74 | Line 74 | void DirectionalAtomType::complete() {
74              if (stickyData != NULL) {
75                  StickyParam stickyParam = stickyData->getData();
76                  
77 <                makeStickyType(&atp_.ident, &stickyParam.w0, &stickyParam.v0, &stickyParam.v0p, &stickyParam.rl,
77 >                makeStickyType(&atp.ident, &stickyParam.w0, &stickyParam.v0, &stickyParam.v0p, &stickyParam.rl,
78                      &stickyParam.ru, &stickyParam.rlp, &stickyParam.rup);
79  
80                  if (isError != 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines