ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
bdseq_coeff.f90
Go to the documentation of this file.
1 MODULE bdseq_coeff
2 
3  USE itm_types
4 
5  IMPLICIT NONE
6 
7  LOGICAL, SAVE :: symmetry_coords = .true.
8  LOGICAL, SAVE :: write_diags = .false.
9  LOGICAL, SAVE :: write_cpos = .false.
10 
11  INTEGER(ITM_I4), SAVE :: nr_eq = 0, neta_eq = 0
12 
13 END MODULE bdseq_coeff
14