You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
846 B
19 lines
846 B
C Copyright(C) 1999-2020 National Technology & Engineering Solutions
|
|
C of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
|
|
C NTESS, the U.S. Government retains certain rights in this software.
|
|
C
|
|
C See packages/seacas/LICENSE for details
|
|
|
|
COMMON /LEGOPT/ DOQA(2), DOLEG(2), DOAXIS(2), DOBOX
|
|
LOGICAL DOQA, DOLEG, DOAXIS, DOBOX
|
|
COMMON /LEGOPC/ CAPTN(3,2)
|
|
CHARACTER*80 CAPTN
|
|
C --DOQA - true iff QA information is to be drawn on legend
|
|
C -- (1) for mesh plots, (2) for curve plots
|
|
C --DOLEG - true iff non-QA legend information is to be drawn
|
|
C -- (1) for mesh plots, (2) for curve plots
|
|
C --DOAXIS - true iff axis is to be labeled
|
|
C -- (1) for mesh plots, (2) for curve plots
|
|
C --CAPTN - plot caption
|
|
C -- (1) for mesh plots, (2) for curve plots
|
|
|
|
|