Skip to content

Commit

Permalink
write statement and pause removed
Browse files Browse the repository at this point in the history
  • Loading branch information
behdadebsh committed Nov 15, 2024
1 parent 3ce2b1a commit 1616900
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/wave_transmission.f90
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,6 @@ subroutine evaluate_wave_transmission(grav_dirn,grav_factor,n_time,heartrate,a0,
do i = 1, no_freq
imped(i+1) = 10000.0/abs(eff_admit(i,min_ven+10))
enddo
write(*,*) 'LUL_V:', imped(1), imped(2), imped(3)
pause
write(10, *) " ""LUL_V"": [", imped(1), ",", (imped(i),",",i=2,no_freq), imped(no_freq+1), "],"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!Calculating LLL_A impedances !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down

0 comments on commit 1616900

Please sign in to comment.