From ff7299f5a3ecdaa9be0f00a0fcf2b01b4bb0e9f8 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sat, 21 Jul 2012 23:00:57 +0200 Subject: [PATCH] Cleanup --- src/one-body-sample.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index 2141c5c4..8a98be0a 100644 --- a/src/one-body-sample.cc +++ b/src/one-body-sample.cc @@ -22,6 +22,7 @@ #error ALUGRID is required #endif +#include <cmath> #include <exception> #include <iostream> @@ -29,8 +30,6 @@ #include <Python.h> -#include <cmath> - #include <dune/common/bitsetvector.hh> #include <dune/common/exceptions.hh> #include <dune/common/fmatrix.hh> -- GitLab