We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e743b78 commit f86a6a8Copy full SHA for f86a6a8
1 file changed
test/test_prep.f90
@@ -11,8 +11,6 @@ program test_prep
11
logical,allocatable :: G_tally(:)
12
allocate(G_tally(0))
13
14
- call width()
15
- call keeptabs()
16
!>> > numeric operators are +,-,*,/,**, () are supported, logical operators are
17
!>> > | .EQ.| .NE.| .GE.| .GT.| .LE.| .LT.|.NOT.|.AND.| .OR.| .EQV.|.NEQV.|
18
!>> > | == | /= | >= | > | <= | < | ! | && | || | == | != |
0 commit comments