Changeset 616 for trunk/c++_tools/classifier/utility.h
- Timestamp:
- Aug 31, 2006, 10:52:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/c++_tools/classifier/utility.h
r608 r616 1 // $Id$2 3 1 #ifndef _theplu_classifier_utility_ 4 2 #define _theplu_classifier_utility_ 5 3 4 // $Id$ 5 6 6 namespace theplu { 7 7 8 namespace gslapi{8 namespace utility { 9 9 class vector; 10 10 } … … 15 15 16 16 /// 17 /// Converts a DataLookup1D to a gslapi::vector17 /// Converts a DataLookup1D to a utility::vector 18 18 /// 19 void convert(const DataLookup1D&, gslapi::vector&);19 void convert(const DataLookup1D&, utility::vector&); 20 20 21 21
Note: See TracChangeset
for help on using the changeset viewer.