Changeset 1092 for trunk/src/core


Ignore:
Timestamp:
Aug 5, 2008, 3:36:22 PM (16 years ago)
Author:
gah
Message:

yet another fix for perl language binding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/RpDXWriter.cc

    r1090 r1092  
    320320        _dataBuf.read(&f,1);
    321321        // nanovis and many other progs fail when you send it inf data
    322         if (!isfinite(f)) {
     322        if (!std::isfinite(f)) {
    323323            f = 0.0;
    324324        }
Note: See TracChangeset for help on using the changeset viewer.