diff --git a/CMakeLists.txt b/CMakeLists.txt index bb88242..61cdfdc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ endif() message(STATUS "Build type: " ${CMAKE_BUILD_TYPE}) ## 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_STANDALONE "Builds standalone Astaroth." ON) option(MPI_ENABLED "Enables additional functions for MPI communciation." OFF) diff --git a/src/common/math_utils.h b/src/common/math_utils.h index 377ef59..b121679 100644 --- a/src/common/math_utils.h +++ b/src/common/math_utils.h @@ -25,7 +25,7 @@ * */ #pragma once -#include // isnan, isinf +#include // isnan, isinf #include // rand #if AC_DOUBLE_PRECISION != 1