Changeset 1371 in Sophya for trunk/SophyaLib/NTools/simplesort.h


Ignore:
Timestamp:
Jan 5, 2001, 6:07:12 PM (25 years ago)
Author:
ansari
Message:

MAJ documentation, Makefile, ... - Reza 5/1/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/simplesort.h

    r490 r1371  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: simplesort.h,v 1.2 1999-10-21 15:25:52 ansari Exp $
     3// $Id: simplesort.h,v 1.3 2001-01-05 17:06:31 ansari Exp $
    44//
    55
     
    1212#include "peida.h"
    1313
    14 class SimpleSort EXC_AWARE {
     14namespace SOPHYA { 
     15
     16class SimpleSort  {
    1517public:
    1618  SimpleSort(int nElts);
     
    9092
    9193
    92 
    93 
    94 
     94} // namespace SOPHYA
    9595
    9696#endif // SIMPLESORT_SEEN
Note: See TracChangeset for help on using the changeset viewer.