Changeset 1371 in Sophya for trunk/SophyaLib/NTools/simplesort.h
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/simplesort.h
r490 r1371 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: simplesort.h,v 1. 2 1999-10-21 15:25:52ansari Exp $3 // $Id: simplesort.h,v 1.3 2001-01-05 17:06:31 ansari Exp $ 4 4 // 5 5 … … 12 12 #include "peida.h" 13 13 14 class SimpleSort EXC_AWARE { 14 namespace SOPHYA { 15 16 class SimpleSort { 15 17 public: 16 18 SimpleSort(int nElts); … … 90 92 } 91 93 92 93 94 94 } // namespace SOPHYA 95 95 96 96 #endif // SIMPLESORT_SEEN
Note:
See TracChangeset
for help on using the changeset viewer.