end if statement in COMIS


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 NotesKnown bugsFAQsContributionsTutorialReference manualDown loadMiscellaneous

Paw.Support@cern.ch