corrected doxygen documentation tags
This commit is contained in:
parent
e7178b80bf
commit
0f1bb4f555
|
@ -16,6 +16,18 @@
|
||||||
! You should have received a copy of the GNU General Public License
|
! You should have received a copy of the GNU General Public License
|
||||||
! along with DAMASK. If not, see <http://www.gnu.org/licenses/>.
|
! along with DAMASK. If not, see <http://www.gnu.org/licenses/>.
|
||||||
!
|
!
|
||||||
|
#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$
|
! $Id$
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
|
@ -44,19 +56,6 @@
|
||||||
!> @details - concom: lovl, inc
|
!> @details - concom: lovl, inc
|
||||||
!> @details - creeps: timinc
|
!> @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
|
module DAMASK_interface
|
||||||
|
|
||||||
implicit none
|
implicit none
|
||||||
|
|
Loading…
Reference in New Issue