pbosler/LPPM

Gfortran doesn't support arbitrary width fields for reading from a file

pbosler opened this issue · 0 comments

The Convert... and Interp... files that take *.vtk data from LPM and convert it to longitude-latitude data work well with the Intel Fortran compiler, but do not build with gfortran. The issue is the unspecified width field when reading an integer -- gfortran requires a width; intel doesn't.