Skip to content
  • Andreas Marek's avatar
    Started to remove depecrated Fortran variable declerations · 0a05f7d3
    Andreas Marek authored
    The Fortran variable declerations "variable type*[4,8,16]" is non
    Fortran standard. It might cause problem in the future.
    Furthermore, the usage of Fortran and C togehther is more clean
    if variables are defined according to C variable types.
    
    This is done, now for all the test programs
    0a05f7d3