ソースを参照

Added Some Boolean variable

najafi
mahmood19227 1年前
コミット
438e8c4b19
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Simulator.f90

+ 1
- 1
Simulator.f90 ファイルの表示

@@ -22,7 +22,7 @@ module Simulator
real :: t0, dt, tf, mu
real(kind=rk), allocatable :: x0(:)
type(json_file) :: json
logical :: is_found
logical :: is_found,test
contains
subroutine Simulate


読み込み中…
キャンセル
保存