Reference for homogenization_RGC added

This commit is contained in:
Yi-Chin Yang 2018-04-17 08:20:41 +02:00
parent 0701b535fc
commit afcaafa798
1 changed files with 2 additions and 0 deletions

2
src/homogenization_RGC.f90 Normal file → Executable file
View File

@ -116,6 +116,8 @@ subroutine homogenization_RGC_init(fileUnit)
line = ''
write(6,'(/,a)') ' <<<+- homogenization_'//HOMOGENIZATION_RGC_label//' init -+>>>'
write(6,'(/,a)') ' Tjahjanto et. al, Modelling and Simulation in Materials Science and Engineering, 18:015006, 2010'
write(6,'(/,a)') ' doi: 10.1088/0965-0393/18/1/015006.'
write(6,'(a15,a)') ' Current time: ',IO_timeStamp()
#include "compilation_info.f90"