mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2025-01-03 01:55:44 +01:00
Use (L1) for logicals to avoid bugs between ifort and gfortran
This commit is contained in:
parent
d5805497fa
commit
0520b5e2cf
@ -27,7 +27,7 @@ format= {
|
||||
'integer' : ["'(I20)'", "%20d"],
|
||||
'real' : ["'(E24.15)'","%24.15E"],
|
||||
'double precision': ["'(E24.15)'","%24.15E"],
|
||||
'logical' : ["'(L)'","%c"],
|
||||
'logical' : ["'(L1)'","%c"],
|
||||
'character*(*)' : ["'(A)'","%s"]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user