bw.plg

来自「FORTRAN编写的差分程序」· PLG 代码 · 共 33 行

PLG
33
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: bw - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP30.tmp" with contents
[
/check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB" 
"F:\chafen\ch17soft\bw.f"
]
Creating command line "link.exe kernel32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/bw.pdb" /debug /machine:I386 /out:"Debug/bw.exe" /pdbtype:sept  .\Debug\bw.obj "
<h3>Output Window</h3>
Compiling Fortran...
F:\chafen\ch17soft\bw.f
F:\chafen\ch17soft\bw.f(8) : Warning: This statement function has not been used.   [F]
      f(x)=x
------^
F:\chafen\ch17soft\bw.f(9) : Warning: This statement function has not been used.   [DF]
      df(x)=1.
------^
Linking...



<h3>Results</h3>
bw.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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