Skip to content

Commit e76e2bc

Browse files
committed
small fix
1 parent 8a4374c commit e76e2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/m_variables_conversion.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ contains
15831583
end subroutine s_finalize_variables_conversion_module
15841584

15851585
#ifndef MFC_PRE_PROCESS
1586-
subroutine s_compute_speed_of_sound(pres, rho, gamma, pi_inf, H, adv, vel_sum, c_c, c)
1586+
pure subroutine s_compute_speed_of_sound(pres, rho, gamma, pi_inf, H, adv, vel_sum, c_c, c)
15871587
#ifdef _CRAYFTN
15881588
!DIR$ INLINEALWAYS s_compute_speed_of_sound
15891589
#else

0 commit comments

Comments
 (0)