../src/main/eos_helmholtz.f90 filename = find_phantom_datafile('helm_table.dat', 'eos/helmholtz') 1 Warning: CHARACTER expression will be truncated in assignment (80/120) at (1) [-Wcharacter-truncation] ../src/main/eos.F90 ponrhoi*unit_velocity**2, spsoundi*unit_velocity**2, temperaturei ^ Warning: ‘spsoundi’ may be used uninitialized in this function [-Wmaybe-uninitialized] ../src/main/eos.F90 get_temperature_from_ponrho = temperature_coef*gmw*ponrho ^ Warning: ‘ponrhoi’ may be used uninitialized in this function [-Wmaybe-uninitialized] ../src/main/eos.F90 real :: rho,drho,ponrhoi,spsoundi,dummy,temperaturei ^ note: ‘ponrhoi’ was declared here ../src/main/eos.F90 get_temperature = temperature_coef*gmw*ponrhoi ^ Warning: ‘ponrhoi’ may be used uninitialized in this function [-Wmaybe-uninitialized] ../src/main/linklist_kdtree.F90 hmax(nodemap(i)) = node(i)%hmax ^ Warning: iteration 1000000 invokes undefined behavior [-Waggressive-loop-optimizations] ../src/main/linklist_kdtree.F90 do i = 2,2**(refinelevels+1)-1 ^ note: containing loop ../src/main/force.F90 real :: tstopi,dustfraci,dtdustdenom ^ Warning: ‘dustfraci’ may be used uninitialized in this function [-Wmaybe-uninitialized] ../src/main/energies.F90 divBi = abs(divcurlB(1,i)) 1 Warning: Array reference at (1) is out of bounds (1 > 0) in dimension 1 ../src/main/energies.F90 curlBi = divcurlB(2:4,i) 1 Warning: Lower array reference at (1) is out of bounds (2 > 0) in dimension 1 ../src/setup/setup_fromgrid.f90 real :: box_velocity, masstoflux,dusttogas,pmass_dusttogas 1 Warning: Unused PRIVATE module variable ‘box_velocity’ declared at (1) [-Wunused-value] ../src/setup/setup_fromgrid.f90 real :: box_velocity, masstoflux,dusttogas,pmass_dusttogas 1 Warning: Unused PRIVATE module variable ‘dusttogas’ declared at (1) [-Wunused-value] ../src/setup/setup_fromgrid.f90 character(len=1), parameter :: labelx(3) = (/'x','y','z'/) 1 Warning: Unused PRIVATE module variable ‘labelx’ declared at (1) [-Wunused-value] ../src/setup/setup_fromgrid.f90 real :: box_velocity, masstoflux,dusttogas,pmass_dusttogas 1 Warning: Unused PRIVATE module variable ‘pmass_dusttogas’ declared at (1) [-Wunused-value] ../src/tests/test_nonidealmhd.F90 Bi = sqrt( dot_product(Bevol(1:3,1),Bevol(1:3,1)) )*rhoi 1 Warning: Array reference at (1) is out of bounds (1 > 0) in dimension 2 ../src/tests/test_nonidealmhd.F90 Bi = sqrt( dot_product(Bevol(1:3,1),Bevol(1:3,1)) )*rhoi 1 Warning: Array reference at (1) is out of bounds (1 > 0) in dimension 2 ../src/tests/test_nonidealmhd.F90 write(*,'(1x,a,3Es18.11)') 'eta_ohm, eta_hall, eta_ambi (cgs): ', eta_nimhd(1:3,1)*unit_eta 1 Warning: Array reference at (1) is out of bounds (1 > 0) in dimension 2 ../src/tests/test_nonidealmhd.F90 call checkval(eta_nimhd(iohm, 1)*unit_eta,eta_act(1,k),tol,nerr(3*(k-1)+1),'calculated non-constant eta_ohm') 1 Warning: Array reference at (1) is out of bounds (1 > 0) in dimension 2 ../src/tests/test_nonidealmhd.F90 call checkval(eta_nimhd(ihall,1)*unit_eta,eta_act(2,k),tol,nerr(3*(k-1)+2),'calculated non-constant eta_hall') 1 Warning: Array reference at (1) is out of bounds (1 > 0) in dimension 2 ../src/tests/test_nonidealmhd.F90 call checkval(eta_nimhd(iambi,1)*unit_eta,eta_act(3,k),tol,nerr(3*(k-1)+3),'calculated non-constant eta_ambi') 1 Warning: Array reference at (1) is out of bounds (1 > 0) in dimension 2 ../src/tests/test_nonidealmhd.F90 subroutine test_narrays(ntests,npass) ^ Warning: ‘test_narrays’ defined but not used [-Wunused-function] ../src/tests/test_nonidealmhd.F90 subroutine test_standingshock(ntests,npass) ^ Warning: ‘test_standingshock’ defined but not used [-Wunused-function] ../src/tests/test_nonidealmhd.F90 subroutine test_wavedamp(ntests,npass) ^ Warning: ‘test_wavedamp’ defined but not used [-Wunused-function] ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvx,:),curlvfuncx,1.5e-3,nfailed(3),'curlv(x)',checkmask) 1 Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvy,:),curlvfuncy,1.e-3,nfailed(4),'curlv(y)',checkmask) 1 Warning: Array reference at (1) is out of bounds (3 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvz,:),curlvfuncz,1.e-3,nfailed(5),'curlv(z)',checkmask) 1 Warning: Array reference at (1) is out of bounds (4 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvx,:),curlvfuncx,1.5e-3,nfailed(3),'curlv(x)',checkmask) 1 Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvy,:),curlvfuncy,1.e-3,nfailed(4),'curlv(y)',checkmask) 1 Warning: Array reference at (1) is out of bounds (3 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvz,:),curlvfuncz,1.e-3,nfailed(5),'curlv(z)',checkmask) 1 Warning: Array reference at (1) is out of bounds (4 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvx,:),curlvfuncx,1.5e-3,nfailed(3),'curlv(x)') 1 Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvy,:),curlvfuncy,1.e-3,nfailed(4),'curlv(y)') 1 Warning: Array reference at (1) is out of bounds (3 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvz,:),curlvfuncz,1.e-3,nfailed(5),'curlv(z)') 1 Warning: Array reference at (1) is out of bounds (4 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvx,:),curlvfuncx,1.5e-3,nfailed(3),'curlv(x)',checkmask) 1 Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvy,:),curlvfuncy,1.e-3,nfailed(4),'curlv(y)',checkmask) 1 Warning: Array reference at (1) is out of bounds (3 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlv(icurlvz,:),curlvfuncz,1.e-3,nfailed(5),'curlv(z)',checkmask) 1 Warning: Array reference at (1) is out of bounds (4 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlB(idivB,:),divBfunc,1.e-3,nfailed(12),'div B (diff)') 1 Warning: Array reference at (1) is out of bounds (1 > 0) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlB(icurlBx,:),curlBfuncx,1.e-3,nfailed(13),'curlB(x)') 1 Warning: Array reference at (1) is out of bounds (2 > 0) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlB(icurlBy,:),curlBfuncy,1.e-3,nfailed(14),'curlB(y)') 1 Warning: Array reference at (1) is out of bounds (3 > 0) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(np,xyzh,divcurlB(icurlBz,:),curlBfuncz,1.e-3,nfailed(15),'curlB(z)') 1 Warning: Array reference at (1) is out of bounds (4 > 0) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(nparttest,xyzh,divcurlv(icurlvx,:),curlvfuncx,1.5e-3,nfailed(3),'curlv(x)') 1 Warning: Array reference at (1) is out of bounds (2 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(nparttest,xyzh,divcurlv(icurlvy,:),curlvfuncy,1.e-3,nfailed(4),'curlv(y)') 1 Warning: Array reference at (1) is out of bounds (3 > 1) in dimension 1 ../src/tests/test_derivs.F90 call checkvalf(nparttest,xyzh,divcurlv(icurlvz,:),curlvfuncz,1.e-3,nfailed(5),'curlv(z)') 1 Warning: Array reference at (1) is out of bounds (4 > 1) in dimension 1 ../src/tests/test_cooling.f90 subroutine test_cooling_rate(ntests,npass) ^ Warning: ‘test_cooling_rate’ defined but not used [-Wunused-function] ../src/tests/test_eos.f90 subroutine test_helmholtz(ntests, npass) ^ Warning: ‘test_helmholtz’ defined but not used [-Wunused-function]