CESR-lab / ucla-roms

GNU General Public License v3.0
5 stars 10 forks source link

inconsistency between module name and filename #8

Closed dafyddstephenson closed 3 months ago

dafyddstephenson commented 6 months ago

Hi all, I noticed that the module work_mod is contained in a file work.F, which is leading to problems with my local dependency generator. Apparently the module used to be called work but was renamed to fix a clash. It seems the filename was not updated too, though the filename=module name convention is present elsewhere in the code with this one exception.

Could you rename work.F to work_mod.F and update the list in src/Makefile?

Thanks! Dafydd

nmolem commented 6 months ago

I'll make a fix and let you know. It is not intentional, but didn't lead to a problem for ifort.

nmolem commented 6 months ago

This fix is included in the current state of main. Let me know if it's still a problem, but if not, we can close this.