First working version of model builder with several output file types and mode_create working
This commit is contained in:
parent
8217e8b51c
commit
ff3fc5e20a
6 changed files with 418 additions and 142 deletions
|
@ -225,7 +225,7 @@ END FUNCTION StrDnCase
|
|||
real(kind=dp), intent(in) :: A, B
|
||||
logical :: is_equal
|
||||
|
||||
if((A>(B - 10.0_dp**-10)).and.(A < (B+10.0_dp**-10))) then
|
||||
if((A>(B - 10.0_dp**(-10))).and.(A < (B+10.0_dp**(-10)))) then
|
||||
is_equal = .true.
|
||||
else
|
||||
is_equal = .false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue