From c4ea54c5901d814323d6e56bd0453e5b163d6a22 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 30 Sep 2021 13:30:24 +0200 Subject: Fixed weirdly propagated Ice macros Something is wrong with the way cmake+vs use header files or it's just the problem with too minimalistic cmakelists that I use. --- nGenEx/Physical.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nGenEx/Physical.cpp') diff --git a/nGenEx/Physical.cpp b/nGenEx/Physical.cpp index d58afbd..2bdb967 100644 --- a/nGenEx/Physical.cpp +++ b/nGenEx/Physical.cpp @@ -98,7 +98,7 @@ Physical::~Physical() } // +--------------------------------------------------------------------+ - +#undef random inline double random() { return rand()-16384; } void -- cgit v1.1