Blame view
fvn_fnlib/erroff.f
158 Bytes
38581db0c git-svn-id: https... |
1 2 3 4 5 6 7 8 9 10 |
subroutine erroff c c turns off the error state off by setting lerror=0. c external i8save c i=i8save(1,0,.true.) return c end |
38581db0c git-svn-id: https... |
1 2 3 4 5 6 7 8 9 10 |
subroutine erroff c c turns off the error state off by setting lerror=0. c external i8save c i=i8save(1,0,.true.) return c end |