Skip to content
  • Gregor Michalicek's avatar
    Bugfix: Replaced atoms%nat in tlo.f90 by an index for the atom. · 354dac11
    Gregor Michalicek authored
    In the old FLEUR version the index denoting the atom in that routine
    was "nat". Somehow this was replaced by "atoms%nat" when types were
    introduced. This has a different meaning. I therefore introduced
    the index "na " to refer to the actual atom and replaced atoms%nat
    by this.
    354dac11