give credit

This commit is contained in:
Martin Diehl 2020-05-21 10:45:52 +02:00
parent 16f30a10d0
commit 23b1381eaf
3 changed files with 6 additions and 2 deletions

View File

@ -123,7 +123,7 @@ class Result:
"""
# allow True/False and string arguments
if datasets is True:
if datasets is True:
datasets = ['*']
elif datasets is False:
datasets = []

View File

@ -65,7 +65,7 @@ subroutine results_init(restart)
character(len=pStringLen) :: commandLine
write(6,'(/,a)') ' <<<+- results init -+>>>'
write(6,'(/,a)') ' <<<+- results init -+>>>'; flush(6)
write(6,'(/,a)') ' Diehl et al., Integrating Materials and Manufacturing Innovation 6(1):8391, 2017'
write(6,'(a)') ' https://doi.org/10.1007/s40192-017-0084-5'

View File

@ -105,6 +105,10 @@ subroutine rotations_init
call quaternions_init
write(6,'(/,a)') ' <<<+- rotations init -+>>>'; flush(6)
write(6,'(/,a)') ' Rowenhorst et al., Modelling and Simulation in Materials Science and Engineering 23:083501, 2015'
write(6,'(a)') ' https://doi.org/10.1088/0965-0393/23/8/083501'
call selfTest
end subroutine rotations_init