Changeset 468 for branches/peters_vector
- Timestamp:
- Dec 17, 2005, 2:15:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/peters_vector/lib/gslapi/vector.h
r439 r468 4 4 #define _theplu_gslapi_vector_ 5 5 6 #include <c++_tools/classifier/VectorAbstract.h> 6 7 #include <c++_tools/utility/Exception.h> 7 8 … … 39 40 /// community. 40 41 /// 41 class vector 42 class vector : public classifier::VectorAbstract 42 43 { 43 44 public:
Note: See TracChangeset
for help on using the changeset viewer.