From 7539396cc37d1ff94ddb4afbfdfc1d1cd34bfb0b Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Mon, 15 Mar 2010 08:12:41 +0100 Subject: [PATCH] standalone should be default! --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index cbfb569..de800d3 100644 --- a/main.cpp +++ b/main.cpp @@ -23,7 +23,7 @@ #include "examples/FDTD_examples.h" -//#define STANDALONE +#define STANDALONE using namespace std;