Skip to content

Commit

Permalink
Call io_read_porotrack here.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhirabay committed Dec 29, 2016
1 parent a99cfdd commit ab45ebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/io/io_read_surf.f90
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ subroutine io_read_surf(user,surf)
close(LUN)

if (user%doregotrack) call io_read_regotrack(user,surf)

! if doporosity, call io_read_porotrack to define the porosity linked list from the read files.
if (user%doporosity) call io_read_porotrack(user,surf)

!if (user%docrustal_thinning) then
! recsize=sizeof(itmp)*user%gridsize*user%gridsize
Expand Down

0 comments on commit ab45ebe

Please sign in to comment.