Skip to content

Commit

Permalink
EXPLORE: Fix extra double quote in output [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Jun 11, 2024
1 parent 23ecd91 commit 7e7c7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/applications/explore/exp_comand.f
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ SUBROUTINE COMAND (A, IA, EXODUS, DBNAME, QAREC, INFO,

WRITE (*, *)
CALL PRTERR ('CMDREQ',
& 'Use "precision low|normal|high|#" to control" output precision')
& 'Use "precision low|normal|high|#" to control output precision')

if (domape .and. domapn) then
call PRTERR('CMDREQ',
Expand Down

0 comments on commit 7e7c7b1

Please sign in to comment.