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.
21 lines
992 B
21 lines
992 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 /VIEWS/ MULTIM,
|
|
& XISSYM, YISSYM, XAXSYM, YAXSYM, LFTSYM, BOTSYM
|
|
LOGICAL MULTIM, XISSYM, YISSYM, LFTSYM, BOTSYM
|
|
C --MULTIM - true iff times are overlaid
|
|
C --XISSYM - true iff X views are symmetric vs copies
|
|
C -- (false if X not divided)
|
|
C --YISSYM - IN - true iff Y views are symmetric vs copies
|
|
C -- (false if Y not divided)
|
|
C --XAXSYM - the vertical symmetry axis
|
|
C --YAXSYM - the horizontal symmetry axis
|
|
C --LFTSYM - true iff symmetry line to left of main view
|
|
C -- (stays set when symmetric views are not defined)
|
|
C --BOTSYM - true iff symmetry line to bottom of main view
|
|
C -- (stays set when symmetric views are not defined)
|
|
|
|
|