Debugging version of code
This commit is contained in:
parent
d0b6c595f0
commit
20755270a4
4 changed files with 167 additions and 34 deletions
|
@ -87,6 +87,9 @@ module io
|
|||
call set_max_esize
|
||||
|
||||
do i = 1, outfilenum
|
||||
|
||||
print *, "Writing data out to ", trim(adjustl(outfiles(i)))
|
||||
|
||||
!Pull out the extension of the file and call the correct write subroutine
|
||||
select case(trim(adjustl(outfiles(i)(scan(outfiles(i),'.',.true.)+1:))))
|
||||
case('xyz')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue