Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
completed merge
  • Loading branch information
Austin Blevins committed Dec 12, 2022
1 parent 46a8c08 commit 3064212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/CTEM.f90
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ program CTEM
call io_write_tally(truedist,truelist(:,1:ntrue),obsdist,obslist,oposlist,depthdiam,degradation_state)
if (.not.user%tallyonly) then
write(*,*) "Writing surface files"
call io_write_surf(user,surf)
call io_write_surf(user,surf,domain)
end if

if (user%testflag) then ! Draw a profile across the crater
Expand Down

0 comments on commit 3064212

Please sign in to comment.