nmo_all.plg

来自「此程序用fortran语言编写」· PLG 代码 · 共 30 行

PLG
30
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: NMO_ALL - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPFB.tmp" with contents
[
/assume:byterecl /check:bounds /compile_only /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB" 
"D:\NMO\NMO_ALL.for"
]
Creating command line "link.exe kernel32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/NMO_ALL.pdb" /debug /machine:I386 /out:"Debug/NMO_ALL.exe" /pdbtype:sept  .\Debug\NMO_ALL.obj "
<h3>Output Window</h3>
Compiling Fortran...
D:\NMO\NMO_ALL.for
D:\NMO\NMO_ALL.for(71) : Warning: In the call to NMO0, actual argument #3 does not match the type and kind of the corresponding dummy argument.
  call nmo0(adj,add,slow,x,t0,dt,nt,stack,gather(:,ix))
----------------------------------^
Linking...



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

⌨️ 快捷键说明

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