Changeset 452 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Oct 5, 1999, 12:49:40 AM (26 years ago)
Author:
ercodmgr
Message:

Declaration de ieee.h pour Sun (suite) Reza 4/10/99

Location:
trunk/SophyaPI/PI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pidrawer.cc

    r451 r452  
    77#include <iostream.h>
    88#include "pidrawer.h"
     9
    910#include <math.h>
    10 
    1111//  Pour la declaration de finite() isnan() ...
    1212#if defined(SunOS)
  • trunk/SophyaPI/PI/pigraphuc.cc

    r451 r452  
    66#include <iostream.h>
    77#include "pigraphuc.h"
     8
     9#include <math.h>
     10//  Pour la declaration de finite() isnan() ...
     11#if defined(SunOS)
     12#include <ieeefp.h>
     13#endif
    814
    915//++
Note: See TracChangeset for help on using the changeset viewer.