observe new include subdirectory

This commit is contained in:
Philip Eisenlohr 2011-05-11 16:40:51 +00:00
parent e5a2d829b0
commit 43cc68555b
2 changed files with 3 additions and 3 deletions

View File

@ -250,8 +250,8 @@ subroutine hypela2(&
! Marc common blocks are in fixed format so they have to be reformated to free format (f90) ! Marc common blocks are in fixed format so they have to be reformated to free format (f90)
! Beware of changes in newer Marc versions ! Beware of changes in newer Marc versions
include "concom%%MARCVERSION%%" ! concom is needed for inc, subinc, ncycle, lovl include "include/concom%%MARCVERSION%%" ! concom is needed for inc, subinc, ncycle, lovl
include "creeps%%MARCVERSION%%" ! creeps is needed for timinc (time increment) include "include/creeps%%MARCVERSION%%" ! creeps is needed for timinc (time increment)
real(pReal), dimension(6) :: stress real(pReal), dimension(6) :: stress
real(pReal), dimension(6,6) :: ddsdde real(pReal), dimension(6,6) :: ddsdde

View File

@ -5,7 +5,7 @@ import os,sys
architectures = { architectures = {
'marc': { 'marc': {
'parent': 'mpie_cpfem_marc.f90', 'parent': 'DAMASK_marc.f90',
'versions' : ['%%MARCVERSION%%','2007r1','2008r1','2010'], 'versions' : ['%%MARCVERSION%%','2007r1','2008r1','2010'],
}, },
} }