Formatting
This commit is contained in:
@@ -28,7 +28,7 @@ endif()
|
|||||||
message(STATUS "Build type: " ${CMAKE_BUILD_TYPE})
|
message(STATUS "Build type: " ${CMAKE_BUILD_TYPE})
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
option(DOUBLE_PRECISION "Generates double precision code." OFF)
|
option(DOUBLE_PRECISION "Generates double precision code." OFF)
|
||||||
option(BUILD_SAMPLES "Builds projects in samples subdirectory." OFF)
|
option(BUILD_SAMPLES "Builds projects in samples subdirectory." OFF)
|
||||||
option(BUILD_STANDALONE "Builds standalone Astaroth." ON)
|
option(BUILD_STANDALONE "Builds standalone Astaroth." ON)
|
||||||
option(MPI_ENABLED "Enables additional functions for MPI communciation." OFF)
|
option(MPI_ENABLED "Enables additional functions for MPI communciation." OFF)
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <math.h> // isnan, isinf
|
#include <math.h> // isnan, isinf
|
||||||
#include <stdlib.h> // rand
|
#include <stdlib.h> // rand
|
||||||
|
|
||||||
#if AC_DOUBLE_PRECISION != 1
|
#if AC_DOUBLE_PRECISION != 1
|
||||||
|
Reference in New Issue
Block a user