Skip to content

Commit

Permalink
EXPLORE: Better warning/info message on SELECT
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Jun 10, 2024
1 parent b0fbb68 commit 23ecd91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/seacas/applications/explore/exp_comand.f
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ SUBROUTINE COMAND (A, IA, EXODUS, DBNAME, QAREC, INFO,
IF (LISTYP .EQ. ' ') THEN
CALL ABRSTR (LISTYP, WORD, SELTBL)
IF (LISTYP .NE. ' ') THEN
CALL PRTERR ('CMDREQ', 'Please use the SELECT command')
CALL PRTERR ('CMDREQ', 'Please use the SELECT '
$ // LISTYP(:LENSTR(LISTYP)) // ' command')
VERB = 'SELECT'
ELSE
LISTYP = WORD
Expand Down

0 comments on commit 23ecd91

Please sign in to comment.