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

Comparing branches/new_design/OOPSE-2.0/src/brains/SimInfo.cpp (file contents):
Revision 1719 by tim, Fri Nov 5 23:38:27 2004 UTC vs.
Revision 1722 by tim, Tue Nov 9 23:11:39 2004 UTC

# Line 105 | Line 105 | void SimInfo::calcNDF() {
105   }
106  
107  
108 < void SimInfo::calcNDF() {
108 > void SimInfo::calcNdf() {
109      int ndf_local;
110      std::vector<Molecule*>::iterator i;
111      std::vector<StuntDouble*>::iterator j;
# Line 146 | Line 146 | void SimInfo::calcNDFRaw() {
146  
147   }
148  
149 < void SimInfo::calcNDFRaw() {
149 > void SimInfo::calcNdfRaw() {
150      int ndfRaw_local;
151  
152      std::vector<Molecule*>::iterator i;
# Line 181 | Line 181 | void SimInfo::calcNDFTrans() {
181   #endif
182   }
183  
184 < void SimInfo::calcNDFTrans() {
184 > void SimInfo::calcNdfTrans() {
185      int ndfTrans_local;
186  
187      ndfTrans_local = 3 * nIntegrableObjects_ - nConstraints_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines