IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2006, 12:05:34 PM (20 years ago)
Author:
Paul Price
Message:

Removing const from psRegionIsNaN: it's passed by value, so doesn't need it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psRegion.h

    r7549 r7563  
    7171
    7272// Test if any element of the region is NaN
    73 bool psRegionIsNaN(const psRegion region// Region to check
     73bool psRegionIsNaN(psRegion region// Region to check
    7474                  );
    7575
Note: See TracChangeset for help on using the changeset viewer.