Skip to content

bands.x error with -fcheck=bounds of gfortran

Mitsuaki KAWAMURA requested to merge (removed):develop into develop

Normally, it caused no error. However, when we use the -fcheck=bounds option of gfortran, it caused an error:

At line 657 of file bands.f90 Fortran runtime error: Index '2' of dimension 2 of array 'et' above upper bound of 1

Merge request reports