Changeset 961


Ignore:
Timestamp:
03/31/06 17:08:51 (18 years ago)
Author:
mar637
Message:

update to reflect changes to STFocus as in Ticket #8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r940 r961  
    891891          id = out->molecules().addEntry(rf, name, fname);
    892892          molidcol.put(k, id);
    893           Float frot,fang,ftan;
    894           (*it)->focus().getEntry(frot, fang, ftan, rec.asuInt("FOCUS_ID"));
    895           id = out->focus().addEntry(frot, fang, ftan);
     893          Float frot,fax,ftan,fhand,fmount,fuser, fxy, fxyp;
     894          (*it)->focus().getEntry(fax, ftan, frot, fhand,
     895                                  fmount,fuser, fxy, fxyp,
     896                                  rec.asuInt("FOCUS_ID"));
     897          id = out->focus().addEntry(fax, ftan, frot, fhand,
     898                                     fmount,fuser, fxy, fxyp);
    896899          focusidcol.put(k, id);
    897900        }
Note: See TracChangeset for help on using the changeset viewer.