Changeset 3141 in Sophya for trunk/Cosmo/SimLSS/genericfunc.h
- Timestamp:
- Jan 17, 2007, 6:44:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/genericfunc.h
r3115 r3141 3 3 4 4 #include "pexceptions.h" 5 #include <vector> 5 6 6 7 namespace SOPHYA { … … 32 33 } 33 34 35 virtual double operator()(vector<double>& x) { 36 cout<<"GenericFunc::operator(vector<double>&) not implemented"<<endl; 37 throw NotAvailableOperation("GenericFunc::operator(vector<double>&) not implemented"); 38 } 39 34 40 }; 35 41
Note:
See TracChangeset
for help on using the changeset viewer.