Changeset 961
- Timestamp:
- 03/31/06 17:08:51 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMath.cpp
r940 r961 891 891 id = out->molecules().addEntry(rf, name, fname); 892 892 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); 896 899 focusidcol.put(k, id); 897 900 }
Note:
See TracChangeset
for help on using the changeset viewer.