NLSL
maxl.f90
Go to the documentation of this file.
1 c NLSL Version 1.9.0 beta 2/12/15
2 c***********************************************************************
3 c =========================
4 c module MAXL
5 c =========================
6 c
7 c Define the largest value of the L quantum number allowed
8 c in the basis set.
9 c
10 c Notes:
11 c This module is used by subroutine lcheck for the
12 c purpose of verifying that the parameters input by the
13 c user are consistent with the arrays dimensioned in
14 c the matrix element calculation subroutines. Those
15 c calculation routines, which include matrll and pmatrl
16 c as well as function w3j, also use this module.
17 c
18 c written by DJS 11-SEP-87
19 c
20 c***********************************************************************
21 c
22  module maxl
23  implicit none
24 c
25  integer, parameter :: mxlval=190
26 c
27  end module maxl
Definition: maxl.f90:22
integer, parameter mxlval
Definition: maxl.f90:25