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

Comparing trunk/OOPSE/libmdtools/Shake.hpp (file contents):
Revision 1232 by tim, Thu Jun 3 21:51:55 2004 UTC vs.
Revision 1248 by tim, Fri Jun 4 19:30:05 2004 UTC

# Line 50 | Line 50 | class ShakeFrameWork : public ConsAlgoFramework{
50        delete shakeAlgo;
51      }
52      
53 <    void doShake(){
54 <      shakeAlgo->doConstrain();
53 >    int doShake(){
54 >       shakeAlgo->doConstrain();
55 >       return shakeAlgo->haveError()? -1 : 1;
56      }
57      
58    private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines