Skip to content

build : Type Error #9

@blessingZm

Description

@blessingZm

make -f make_monortm linuxGNUdbl :
errors:

lnfl_mod.f90:164:36:

157 | 10 CALL BUFIN_sgl(linfil,LEOF,RDLNPNL,npnlhd)
| 2
......
164 | CALL BUFIN_sgl(linfil,LEOF,DUMBUF,i_1)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (TYPE(input_block)/TYPE(input_header)).
../src/lnfl_mod.f90:167:36:

157 | 10 CALL BUFIN_sgl(linfil,LEOF,RDLNPNL,npnlhd)
| 2
......
167 | CALL BUFIN_sgl(linfil,LEOF,rdlnbuf,RDLNPNL%NWDS)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (TYPE(input_block)/TYPE(input_header)).
make[1]: *** [make_monortm:80:lnfl_mod.o] 错误 1
make[1]: 离开目录“/home/zm/文档/MonoRTM-main/build”
make: *** [makefile.common:196:linuxGNUdbl] 错误 2

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions