summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Physical.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-09-30 13:30:24 +0200
committerAki <please@ignore.pl>2021-09-30 13:30:24 +0200
commitc4ea54c5901d814323d6e56bd0453e5b163d6a22 (patch)
tree10ebb4565bb61ff853de7fffd63736170f75ac8e /nGenEx/Physical.cpp
parentfe6a9d40867e0b3bcd7c5a96cbbc5bde4a102350 (diff)
downloadstarshatter-c4ea54c5901d814323d6e56bd0453e5b163d6a22.zip
starshatter-c4ea54c5901d814323d6e56bd0453e5b163d6a22.tar.gz
starshatter-c4ea54c5901d814323d6e56bd0453e5b163d6a22.tar.bz2
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.
Diffstat (limited to 'nGenEx/Physical.cpp')
-rw-r--r--nGenEx/Physical.cpp2
1 files changed, 1 insertions, 1 deletions
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