New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11766 – NEMO

Changeset 11766


Ignore:
Timestamp:
2019-10-23T11:45:57+02:00 (4 years ago)
Author:
nicolasmartin
Message:

Add ENDIF in keywords, remove 'and', 'or' & 'not' from builtins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/developer/fortran.py

    r11765 r11766  
    5656                'CODIMENSION', 'COMMON', 'CONCURRRENT', 'CONTIGUOUS', 'CONTAINS', 
    5757                'CONTINUE', 'CRITICAL', 'CYCLE', 'DATA', 'DEALLOCATE', 'DECODE', 
    58                 'DEFERRED', 'DIMENSION', 'DO', 'ELEMENTAL', 'ELSE', 'ENCODE', 'END', 
     58                'DEFERRED', 'DIMENSION', 'DO', 'ELEMENTAL', 'ELSE', 'ENCODE', 'END', 'ENDIF', 
    5959                'ENTRY', 'ENUM', 'ENUMERATOR', 'EQUIVALENCE', 'EXIT', 'EXTENDS', 
    6060                'EXTERNAL', 'EXTRINSIC', 'FILE', 'FINAL', 'FORALL', 'FORMAT', 
     
    9494                'Abort', 'Abs', 'Access', 'AChar', 'ACos', 'ACosH', 'AdjustL', 
    9595                'AdjustR', 'AImag', 'AInt', 'Alarm', 'All', 'Allocated', 'ALog', 
    96                 'AMax', 'AMin', 'AMod', 'And', 'ANInt', 'Any', 'ASin', 'ASinH', 
     96                'AMax', 'AMin', 'AMod', 'ANInt', 'Any', 'ASin', 'ASinH', 
    9797                'Associated', 'ATan', 'ATanH', 'Atomic_Define', 'Atomic_Ref', 
    9898                'BesJ', 'BesJN', 'Bessel_J0', 'Bessel_J1', 'Bessel_JN', 'Bessel_Y0', 
     
    129129                'MaxLoc', 'MaxVal', 'MClock', 'Merge', 'Merge_Bits', 'Move_Alloc', 
    130130                'Min', 'MinExponent', 'MinLoc', 'MinVal', 'Mod', 'Modulo', 'MvBits', 
    131                 'Nearest', 'New_Line', 'NInt', 'Norm2', 'Not', 'Null', 'Num_Images', 
    132                 'Or', 'Pack', 'Parity', 'PError', 'Precision', 'Present', 'Product', 
     131                'Nearest', 'New_Line', 'NInt', 'Norm2', 'Null', 'Num_Images', 
     132                'Pack', 'Parity', 'PError', 'Precision', 'Present', 'Product', 
    133133                'Radix', 'Rand', 'Random_Number', 'Random_Seed', 'Range', 'Real', 
    134134                'RealPart', 'Rename', 'Repeat', 'Reshape', 'RRSpacing', 'RShift', 
Note: See TracChangeset for help on using the changeset viewer.