ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/ConstraintAlgorithm.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/ConstraintAlgorithm.hpp (file contents):
Revision 1252 by gezelter, Mon Jun 7 14:26:33 2004 UTC vs.
Revision 1254 by tim, Wed Jun 9 16:16:33 2004 UTC

# Line 15 | Line 15 | enum ConsAlgoStatus{
15   class SimInfo;
16  
17   enum ConsAlgoStatus{
18 <  consPairHandlerFail = -3,
19 <  consElemHandlerFail = -2,
20 <  consFail = -1,
21 <  consSuccess = 0,
22 <  consAlready = 1};
18 >  consExceedMaxIter = -4, //can not constrain the bond within maximum iteration
19 >  consPairHandlerFail = -3, //can not found call back functor for constraint pair
20 >  consElemHandlerFail = -2, //can not found callback functor for constraint element
21 >  consFail = -1,  //Constraint Fail
22 >  consSuccess = 0,  //constrain the pair by moving two elements
23 >  consAlready = 1}; //current pair is already constrained, do not need to move the elements
24  
25   ////////////////////////////////////////////////////////////////////////////////
26   //Declaration of ConstraintAlgorithm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines