Wrong interpretation of brackets in COMIS print expression like (1+1)


PAW version:2.06/20
Description
In the COMIS interpreter the following line doesn't work:
print *,(1+1)
The problem is due to a conflict between expression in brackets and implicit DO-loop:
print *,(1+1)
and
print *,(a(i),i=1,n)
Fixed in: Not fixed
Workaround
You can do:
      print *,+(1+1)


Release NotesKnown bugsFAQsContributionsTutorialReference manualDown loadMiscellaneous

Paw.Support@cern.ch