I keep getting the following error during compilation, how should I resolve it?
/home/kk/miniforge3/envs/mfix-24.4.1/share/mfix/src/model/read_database.f:234:44:
234 | ‘DATA.’,2/‘Database location:’, /A)
| 1
Error: Unexpected FORMAT statement in CONTAINS section at (1)
[ 43%] Building Fortran object model/CMakeFiles/mfixcore.dir/ic_mod.f.o
/home/kk/miniforge3/envs/mfix-24.4.1/share/mfix/src/model/read_database.f:595:51:
595 | lMW, HfrefoR(lM,lN)
| 1
Error: FORMAT label 1000 at (1) not defined
/home/kk/miniforge3/envs/mfix-24.4.1/share/mfix/src/model/read_database.f:505:61:
505 | Alow(5,lM,lN), Ahigh(5,lM,lN)
| 1
Error: FORMAT label 1020 at (1) not defined
/home/kk/miniforge3/envs/mfix-24.4.1/share/mfix/src/model/read_database.f:513:25:
513 | WRITE(ERR_MSG,1010)
| 1
Error: FORMAT label 1010 at (1) not defined
make[2]: *** [model/CMakeFiles/mfixcore.dir/build.make:5626: model/CMakeFiles/mfixcore.dir/read_database.f.o] Error 1
make[2]: *** …
make[1]: *** [CMakeFiles/Makefile2:182: model/CMakeFiles/mfixcore.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
BUILD FAILED
==========================================================================