ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/NLOPConstraint.hpp
Revision: 969
Committed: Tue Jan 20 20:32:57 2004 UTC (21 years, 4 months ago) by tim
File size: 219 byte(s)
Log Message:
Energy Minimizer

File Contents

# User Rev Content
1 tim 969 #ifdef _NLOPCONSTRAINT_H_
2     #define _NLOPCONSTRAINT_H_
3    
4     class NLOPConstraint{
5    
6     };
7    
8     class SimpleBoundConstraint{
9    
10     };
11    
12     class LinearBoundConstraint(){
13    
14    
15     };
16    
17     class NonLinearBoundConstraint(){
18    
19     };
20    
21     #endif