Changeset 39402

Timestamp:
Sep 20, 2007, 11:37:57 AM (15 years ago)
Author:
Paul A. Bristow
Message:

Changechanged to use
if((boost::math::isinf)(x))
{

if(x < 0) return 0;
return 1;

}

to get rid of 4127 warnings

but still need to supress 4127

(No files)

Note: See TracChangeset for help on using the changeset viewer.