From b556ea7c9bed970566e86a6e095c70f8b575accc Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 28 Feb 2014 16:02:17 +0100 Subject: [PATCH] Added dummy.cpp for fixing compilation errors on Mac and Windows. On Mac's Clang 3.3 and Windows Visual Studio a library can not be empty. In NumLib there are at the moment only templates. dummy.cpp can be removed later on. --- NumLib/dummy.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 NumLib/dummy.cpp diff --git a/NumLib/dummy.cpp b/NumLib/dummy.cpp new file mode 100644 index 00000000000..73c6bbe276e --- /dev/null +++ b/NumLib/dummy.cpp @@ -0,0 +1,4 @@ +void dummy() +{ + return; +} -- GitLab