~jose-soler/siesta/unfolding

« back to all changes in this revision

Viewing changes to Pseudo/atom/compat.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 compat.h
3
 
c
4
 
c     Variables and flags to modify the behavior of the program without
5
 
c     explicit reference in the input file.
6
 
c
7
 
      real*8 aa_def, bb_def, rmax_def, ecuts
8
 
      logical use_excorr, use_old_cc, use_new_cc
9
 
c
10
 
      common /rcompat/ aa_def, bb_def, rmax_def, ecuts
11
 
      common /lcompat/ use_excorr, use_old_cc, use_new_cc
12
 
      save /rcompat/, /lcompat/
13
 
c---------
14