From e0e0f1503ba7d22639bd4bb0a5ca45d4de575c6e Mon Sep 17 00:00:00 2001
From: Pratheek Shanthraj
Date: Fri, 7 Nov 2014 20:55:16 +0000
Subject: [PATCH] svn properties for new files
---
code/damage_anisoBrittle.f90 | 4 ++--
code/damage_anisoDuctile.f90 | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/code/damage_anisoBrittle.f90 b/code/damage_anisoBrittle.f90
index 592e4e7a9..51d421902 100644
--- a/code/damage_anisoBrittle.f90
+++ b/code/damage_anisoBrittle.f90
@@ -1,5 +1,5 @@
!--------------------------------------------------------------------------------------------------
-! $Id: damage_anisoBrittle.f90 3210 2014-06-17 15:24:44Z MPIE\m.diehl $
+! $Id$
!--------------------------------------------------------------------------------------------------
!> @author Luv Sharma, Max-Planck-Institut fŸr Eisenforschung GmbH
!> @author Pratheek Shanthraj, Max-Planck-Institut fŸr Eisenforschung GmbH
@@ -125,7 +125,7 @@ subroutine damage_anisoBrittle_init(fileUnit)
mainProcess: if (worldrank == 0) then
write(6,'(/,a)') ' <<<+- damage_'//LOCAL_damage_anisoBrittle_LABEL//' init -+>>>'
- write(6,'(a)') ' $Id: damage_anisoBrittle.f90 3210 2014-06-17 15:24:44Z MPIE\m.diehl $'
+ write(6,'(a)') ' $Id$'
write(6,'(a15,a)') ' Current time: ',IO_timeStamp()
#include "compilation_info.f90"
endif mainProcess
diff --git a/code/damage_anisoDuctile.f90 b/code/damage_anisoDuctile.f90
index c442d0b77..dace9560d 100644
--- a/code/damage_anisoDuctile.f90
+++ b/code/damage_anisoDuctile.f90
@@ -1,5 +1,5 @@
!--------------------------------------------------------------------------------------------------
-! $Id: damage_anisoDuctile.f90 3210 2014-06-17 15:24:44Z MPIE\m.diehl $
+! $Id$
!--------------------------------------------------------------------------------------------------
!> @author Luv Sharma, Max-Planck-Institut für Eisenforschung GmbH
!> @author Pratheek Shanthraj, Max-Planck-Institut für Eisenforschung GmbH
@@ -119,7 +119,7 @@ subroutine damage_anisoDuctile_init(fileUnit)
mainProcess: if (worldrank == 0) then
write(6,'(/,a)') ' <<<+- damage_'//LOCAL_damage_anisoDuctile_LABEL//' init -+>>>'
- write(6,'(a)') ' $Id: damage_anisoDuctile.f90 3210 2014-06-17 15:24:44Z MPIE\m.diehl $'
+ write(6,'(a)') ' $Id$'
write(6,'(a15,a)') ' Current time: ',IO_timeStamp()
#include "compilation_info.f90"
endif mainProcess