|
| PAW version: | 2.08/14 |
| Description | |
The following routine didn't produced an error message
(it should because the "THEN" statement
is missing):
subroutine bb(i)
if (i.eq.1)
print*, 'Hello 1'
end if
print*, ' After end if'
end
| |
| Fixed in: | COMIS 1.19/03 |
| Workaround | |
| Write "endif" instead of "end if". | |
![]() | Release Notes | Known bugs | FAQs | Contributions | Tutorial | Reference manual | Down load | Miscellaneous |