scal_vid.plg

来自「xy时域有限差分的fortran数值模拟 xy时域有限差分的fortran数值」· PLG 代码 · 共 35 行

PLG
35
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: scal_vid - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA4.tmp" with contents
[
/check:bounds /compile_only /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB" 
"F:\myfile\code\xyfdtd\misc\scal_vid.f"
]
<h3>Output Window</h3>
Compiling Fortran...
F:\myfile\code\xyfdtd\misc\scal_vid.f
F:\myfile\code\xyfdtd\misc\scal_vid.f(3) : Error: Cannot open include file 'fdtmcom.f'
      include 'fdtmcom.f'
--------------^
F:\myfile\code\xyfdtd\misc\scal_vid.f(15) : Error: This name has already been used as an external function name.   [EZS]
            ezs(i,j)=255*(ezs(i,j) - emin)/drange
------------^
F:\myfile\code\xyfdtd\misc\scal_vid.f(15) : Error: This function, which is specified as the left side of an assignment statement, is invalid.   [EZS]
            ezs(i,j)=255*(ezs(i,j) - emin)/drange
------------^
Error executing df.exe.



<h3>Results</h3>
scal_vid.obj - 3 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?