added ID functionality and correct line endings

This commit is contained in:
Philip Eisenlohr 2010-06-08 10:10:57 +00:00
parent 82687d31c8
commit 11b98fbfa6
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
!* $Id: mpie_cpfem_marc.f90 572 2010-05-20 09:14:59Z MPIE\c.kords $
!* $Id$
!********************************************************************
! Material subroutine for BVP solution using spectral method
!
@ -34,8 +34,8 @@ CONTAINS
subroutine mpie_interface_init
write(6,*)
write(6,*) '<<<+- mpie_spectral init new -+>>>'
write(6,*) '$Id: mpie_spectral.f90 572 2010-05-20 09:14:59Z MPIE\c.kords $'
write(6,*) '<<<+- mpie_spectral init -+>>>'
write(6,*) '$Id$'
write(6,*)
return
end subroutine