Skip to content
  • Gregor Michalicek's avatar
    Fix current XML element determination in main/Fleur.F90 · 00f6cdde
    Gregor Michalicek authored
    The problem was that the respective procedure call was in a single
    if statement and-connected to an irank.EQ.0 test. The procedure call
    was only supposed to be performed on irank 0. ...but this filter
    is not yet active in the if clause but only in the enclosed block.
    00f6cdde