clawpack / clawutil

General utility programs
BSD 3-Clause "New" or "Revised" License
10 stars 31 forks source link

Remove extraneous include directives #64

Closed mandli closed 11 years ago

mandli commented 11 years ago

Remove the duplicate paths from the MODULE_PATH variable that were causing extraneous include directives on every compile line. This was accomplished by using the sort command so there is a chance that something might get mucked up in the order of the includes but that should not matter for Fortran unless one is using replacement modules with the same name. May add a better solution to this later.