~jose-soler/siesta/unfolding

« back to all changes in this revision

Viewing changes to Pseudo/atom/param.h

  • Committer: Alberto Garcia
  • Date: 2016-01-25 16:00:16 UTC
  • mto: (483.3.1 rel-4.0)
  • mto: This revision was merged to the branch mainline in revision 485.
  • Revision ID: albertog@icmab.es-20160125160016-c1qivg1zw06kgyfd
Prepare GPL release

* Include proper headers

* Add Docs/Contributors.txt and NOTICE.txt files.

* Update READMEs and LICENSE files in several directories.

* Remove Pseudo/atom, Util/test-xml

* Remove DOM files from Src/xmlparser

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
c------
2
 
c     General operating parameters
3
 
c
4
 
      character ispp*1, icorr*2, nameat*2
5
 
      character irel*3, nicore*4
6
 
      double precision rsh, zel, znuc, zsh
7
 
c
8
 
      integer indd(5), indu(5)
9
 
      double precision rc(5), rc_input(5), cfac, rcfac,
10
 
     &                 logder_radius
11
 
      integer scheme, ncore, job, ifcore
12
 
      logical normal, polarized, relativistic, is_gga
13
 
c
14
 
      common /param/ scheme, job, ifcore, ncore,
15
 
     &               rsh, zel, znuc, zsh, rc, rc_input, cfac, rcfac,
16
 
     &               logder_radius, indu, indd
17
 
      common /par_char/ nameat, ispp, icorr, irel, nicore
18
 
      common /par_log/  normal, polarized, relativistic, is_gga
19
 
      save /param/, /par_char/, /par_log/
20
 
c------