Revision 95a00767d7603d501d9eafa4121b722a930f57a4 authored by Balwinder Singh on 21 January 2022, 01:01:47 UTC, committed by Balwinder Singh on 21 January 2022, 01:03:36 UTC
This typo breaks model compilation in the debug mode on Compy

Fixes #4746

[BFB] - Bit-For-Bit
1 parent 7b97a89
Raw File
.gitignore
# Object files
*.lo
*.o

# Fortran module files
*.mod

# Static libraries
*.la
*.a

# Executables
*.exe

# Logs
*.log

# Ignore netCDF files.
*.nc

# Ignore python bytecode files
*.pyc
buildnmlc
buildlibc
buildlib_cmakec

# Ignore emacs backup files
*~
back to top