選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- module CShoeVariables
- implicit none
- public
- ! variables
- integer :: FormationNo
- real(8) :: ShoeDepth
- real(8) :: LeakOff
- real(8) :: Breakdown
- real(8) :: FracturePropagation
- logical :: InactiveFracture
- contains
- end module CShoeVariables
|