fengyanshi / FUNWAVE-TVD

43 stars 51 forks source link

Fix wavemaker.F when PARALLEL is not defined #64

Closed ArmstrongJ closed 5 months ago

ArmstrongJ commented 5 months ago

The source file src/wavemaker.F will fail to build if PARALLEL is not defined because two variables are not pulled in from the GLOBAL module. This change does pull them in correctly to allow the build to proceed.

Also, the file appears to be a mixed collection of line end characters. GitHub has changed them all to Windows line endings. The only change of any significance is src/wavemaker.F:3055

ArmstrongJ commented 5 months ago

This is a duplicate of #60