ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimInfo.cpp
(Generate patch)

Comparing trunk/src/brains/SimInfo.cpp (file contents):
Revision 1078 by gezelter, Wed Oct 18 21:58:48 2006 UTC vs.
Revision 1089 by chrisfen, Wed Nov 1 22:22:44 2006 UTC

# Line 1126 | Line 1126 | namespace oopse {
1126                       "\tA default value of %f (1/ang) will be used for the cutoff of\n\t%f (ang).\n", alphaVal, rcut_);
1127              painCave.isFatal = 0;
1128              simError();
1129 +          } else {
1130 +            alphaVal = simParams_->getDampingAlpha();
1131            }
1132 +          
1133          } else {
1134            // throw error        
1135            sprintf( painCave.errMsg,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines