Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
eblur committed Oct 15, 2019
1 parent 6388da6 commit b74c29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ismdust.f90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subroutine ismdust(ear, ne, param, ifl, photar)
real :: ear(0:ne), param(num_param), photar(ne)
logical :: startup=.true.
character (len=40) version
version='0.1'
version='2.6'
if(startup)then
print *, ' '
print *, 'ISMdust: High resolution XAFS model Version',version
Expand Down

0 comments on commit b74c29a

Please sign in to comment.