Skip to content

Commit 3f4a9a5

Browse files
authored
some cleanup
1 parent aafd5bc commit 3f4a9a5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/simulation/m_data_output.fpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -196,21 +196,6 @@ contains
196196
FORM='formatted', &
197197
STATUS='unknown')
198198
endif
199-
200-
! POSITION = 'append', &
201-
!WRITE(i+30,'(A,I0,A)') 'Probe ',i, ' located at:'
202-
!WRITE(i+30,'(A,F10.6)') 'x = ',probe(i)%x
203-
!WRITE(i+30,'(A,F10.6)') 'y = ',probe(i)%y
204-
!WRITE(i+30,'(A,F10.6)') 'z = ',probe(i)%z
205-
!WRITE(i+30, *)
206-
!WRITE(i+30,'(A)') '=== Non-Dimensional Time ' // &
207-
! '=== Density ' // &
208-
! '=== Velocity ' // &
209-
! '=== Pressure ' // &
210-
! '=== Gamma ' // &
211-
! '=== Stiffness ' // &
212-
! '=== Sound Speed ' // &
213-
! '=== Acceleration ==='
214199
end do
215200

216201
if (integral_wrt) then

0 commit comments

Comments
 (0)