From 5444c84cff87d6f637f1563989994958a9c7cf3c Mon Sep 17 00:00:00 2001 From: jpekkila Date: Mon, 27 Jan 2020 18:24:46 +0200 Subject: [PATCH] Formatting --- CMakeLists.txt | 2 +- src/common/math_utils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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