some important lines got lost during last commit
This commit is contained in:
parent
a7665bdab9
commit
54d0a0a704
|
@ -1,3 +1,5 @@
|
|||
#define QUOTE(x) #x
|
||||
#define PASTE(x,y) x ## y
|
||||
|
||||
#ifndef INT
|
||||
#define INT 4
|
||||
|
@ -9,8 +11,6 @@
|
|||
|
||||
#include "prec.f90"
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
! $Id$
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
!> @author Philip Eisenlohr, Max-Planck-Institut für Eisenforschung GmbH
|
||||
!> @author Franz Roters, Max-Planck-Institut für Eisenforschung GmbH
|
||||
!> @author Luc Hantcherli, Max-Planck-Institut für Eisenforschung GmbH
|
||||
|
|
Loading…
Reference in New Issue