Changeset 39346

Timestamp:
Sep 17, 2007, 10:08:11 AM (15 years ago)
Author:
Paul A. Bristow
Message:

changed 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.