Changeset 244 in Sophya for trunk/SophyaLib/NTools/poly.cc


Ignore:
Timestamp:
Apr 22, 1999, 6:18:52 PM (26 years ago)
Author:
ansari
Message:

beaucoup modifs rz+cmv 22/4/99

File:
1 edited

Legend:

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

    r220 r244  
    1 #include "defs.h"
     1#include "machdefs.h"
    22#include "poly.h"
    33#include "linfit.h"
     
    320320  Realloc(dg, true);
    321321
    322   #ifdef DEBUG
     322#ifdef DEBUG
    323323  int r = nr; int c = nc;
    324   #endif
     324#endif
    325325
    326326  Vector::ReadSelf(s);
    327327
     328#ifdef DEBUG
    328329  DBASSERT(r == nr && c == nc);
     330#endif
    329331  UpdateDeg();
    330332
     
    796798  Realloc(dgx, dgy);
    797799
    798   #ifdef DEBUG
     800#ifdef DEBUG
    799801  int r = nr; int c = nc;
    800   #endif
     802#endif
    801803
    802804  Vector::ReadSelf(s);
    803805
     806#ifdef DEBUG
    804807  DBASSERT(r == nr && c == nc);
     808#endif
    805809  UpdateDeg();
    806810}
Note: See TracChangeset for help on using the changeset viewer.