mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Changed SP and DP to WM_SP and WM_DP.
This commit is contained in:
@ -68,7 +68,7 @@ void* Foam::sigFpe::my_malloc_hook(size_t size, const void *caller)
|
||||
result = malloc (size);
|
||||
|
||||
// initialize to signalling nan
|
||||
# ifdef SP
|
||||
# ifdef WM_SP
|
||||
|
||||
const uint32_t sNAN = 0x7ff7fffflu;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user