[ET Trac] [Einstein Toolkit] #1559: Replace deprecated use of finite() in AEILocalInterp

Einstein Toolkit trac-noreply at einsteintoolkit.org
Sat Mar 15 21:11:27 CDT 2014


#1559: Replace deprecated use of finite() in AEILocalInterp
-----------------------------------+----------------------------------------
 Reporter:  barry.wardell          |       Owner:                     
     Type:  defect                 |      Status:  new                
 Priority:  major                  |   Milestone:                     
Component:  EinsteinToolkit thorn  |     Version:  development version
 Keywords:                         |  
-----------------------------------+----------------------------------------
 My compiler (gcc 4.8) warns when compiling AEILocalInterp that it is using
 a deprecated function finite().  Apparently this is not part of any C
 standard and should be replaced by the C99 isfinite() function. The
 attached patch replaces the usage of finite() with isfinite() in
 AEILocalInterp.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1559>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list