MsSpec-DFM/New_libraries/DFM_library/STRUCTURE_FACTOR_LIBRARY/utic_values.f90

16 lines
325 B
Fortran

!
!=======================================================================
!
MODULE UTIC_VALUES
!
! This module stoes the values of the omega-independent
! Utsumi-Ichimaru parameters
!
USE ACCURACY_REAL
!
IMPLICIT NONE
!
REAL (WP) :: TAU_Q,OM_Q,GAM_Q,MO_Q,MO_0
!
END MODULE UTIC_VALUES