- 积分
- 13
- 注册时间
- 2010-3-20
- 积分
- 13
![Rank: 4](static/image/common/star_level3.gif)
|
使用aspen内嵌fortran编写程序时,运行后出现以下错误:
*** SEVERE ERROR
ERROR COMPILING IN-LINE FORTRAN
COMPILER MESSAGES FOLLOW ...
d:\PROGRA~1\ASPENT~1\APRSYS~1.1\Engine\xeq\gcpp.exe -DWIN32 -DAWINNTN @gcpp.op
ASPCOMP: Warning! DEC Fortran compiler f77.exe not found in %PATH%
ASPCOMP: Warning! DEC Fortran runtime library dformd.lib not found in %LIB%
ASPCOMP: Warning! DEC Fortran runtime library is needed for Dynamic Linking.
f77.exe /nologo /c /nowatch -object:_1414mru.obj _1414mru.i
*** SEVERE ERROR
COULD NOT RESOLVE USER OR IN-LINE FORTRAN SUBROUTINE(S):
SUBROUTINE "ZZFORT" IS MISSING
*** SEVERE ERROR
PROGRAM TERMINATED DUE TO UNRESOLVED ROUTINES
! Errors while processing input specifications
请教高手这是怎么回事?还有,如果编写fortran时需要用中间变量进行过渡,中间变量怎样定义呀? |
|