From 0f1bb4f555e3c857dadca532474d5b540bc8514c Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 25 Jun 2013 06:08:33 +0000 Subject: [PATCH] corrected doxygen documentation tags --- code/DAMASK_marc.f90 | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/code/DAMASK_marc.f90 b/code/DAMASK_marc.f90 index e443d6807..6acdcf911 100644 --- a/code/DAMASK_marc.f90 +++ b/code/DAMASK_marc.f90 @@ -16,6 +16,18 @@ ! You should have received a copy of the GNU General Public License ! along with DAMASK. If not, see . ! +#define QUOTE(x) #x +#define PASTE(x,y) x ## y + +#ifndef INT +#define INT 4 +#endif + +#ifndef FLOAT +#define FLOAT 8 +#endif + +#include "prec.f90" !-------------------------------------------------------------------------------------------------- ! $Id$ !-------------------------------------------------------------------------------------------------- @@ -44,19 +56,6 @@ !> @details - concom: lovl, inc !> @details - creeps: timinc !-------------------------------------------------------------------------------------------------- -#define QUOTE(x) #x -#define PASTE(x,y) x ## y - -#ifndef INT -#define INT 4 -#endif - -#ifndef FLOAT -#define FLOAT 8 -#endif - -#include "prec.f90" - module DAMASK_interface implicit none