Cut'n'paste error

This commit is contained in:
Richard Levitte 2000-01-16 12:30:16 +00:00
parent b9d82f4735
commit 29ccd81f58

View File

@ -833,6 +833,10 @@ $! Time To RETURN.
$!
$ RETURN
$!
$! Check The User's Options.
$!
$ CHECK_OPTIONS:
$!
$! Check To See If P1 Is Blank.
$!
$ IF (P1.EQS."ALL")
@ -886,10 +890,6 @@ $! End The P1 Check.
$!
$ ENDIF
$!
$! Check The User's Options.
$!
$ CHECK_OPTIONS:
$!
$! Check To See If P2 Is Blank.
$!
$ IF (P2.EQS."NORSAREF")