clawpack / classic

Classic single-grid Fortran routines
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
11 stars 25 forks source link

Remove tabs (obsolete character) #82

Closed mandli closed 6 years ago

mandli commented 6 years ago

This removes tabs that are technically speaking not allowed in Fortran. Newer versions of gcc (gfortran) now turn the warnings about this into errors.

rjleveque commented 6 years ago

This looks ok except for the addition of a new file examples/acoustics_1d_example1/qinit.f when there is already a qinit.f90 in this directory.

mandli commented 6 years ago

Ah sorry, thanks for catching that.