Changeset 852 in Sophya for trunk/SophyaLib/NTools/poly.h


Ignore:
Timestamp:
Apr 10, 2000, 2:59:45 PM (25 years ago)
Author:
ansari
Message:

nbrandom-> SysTools/srandgen.h .c + suppr. pclassid.h Reza 10/4/2000

File:
1 edited

Legend:

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

    r805 r852  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: poly.h,v 1.5 2000-04-03 17:41:08 ansari Exp $
     3// $Id: poly.h,v 1.6 2000-04-10 12:59:45 ansari Exp $
    44//
    55
     
    2626  Poly(int degre = 0);
    2727  Poly(Poly const& a);
    28 
    29   enum {classId = ClassId_Poly1};
    30   int_4  ClassId() const         { return classId; }
    3128
    3229  inline int Degre() const {UpdateDegIfDirty(); return deg;}
     
    125122  Poly2(Poly const& polX, Poly const& polY);
    126123  Poly2(Poly2 const& a);
    127 
    128   enum {classId = ClassId_Poly2};
    129   int_4 ClassId() const         { return classId; }
    130124
    131125  inline int DegX() const {UpdateDegIfDirty(); return degX;}
Note: See TracChangeset for help on using the changeset viewer.