Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Nov 5, 2024
1 parent aafd5bc commit 3f4a9a5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/simulation/m_data_output.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,21 +196,6 @@ contains
FORM='formatted', &
STATUS='unknown')
endif

! POSITION = 'append', &
!WRITE(i+30,'(A,I0,A)') 'Probe ',i, ' located at:'
!WRITE(i+30,'(A,F10.6)') 'x = ',probe(i)%x
!WRITE(i+30,'(A,F10.6)') 'y = ',probe(i)%y
!WRITE(i+30,'(A,F10.6)') 'z = ',probe(i)%z
!WRITE(i+30, *)
!WRITE(i+30,'(A)') '=== Non-Dimensional Time ' // &
! '=== Density ' // &
! '=== Velocity ' // &
! '=== Pressure ' // &
! '=== Gamma ' // &
! '=== Stiffness ' // &
! '=== Sound Speed ' // &
! '=== Acceleration ==='
end do

if (integral_wrt) then
Expand Down

0 comments on commit 3f4a9a5

Please sign in to comment.