📄 gauss_jordan.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: GAUSS_JORDAN - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP96.tmp" with contents
[
/check:bounds /compile_only /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB"
"E:\My Fortran Program\GAUSS_JORDAN\GAUSS_JORDAN.F90"
]
Creating command line "link.exe kernel32.lib /nologo /subsystem:console /incremental:no /pdb:"Debug/GAUSS_JORDAN.pdb" /debug /machine:I386 /out:"Debug/GAUSS_JORDAN.exe" /pdbtype:sept ".\Debug\GAUSS_JORDAN.OBJ" "
<h3>Output Window</h3>
Compiling Fortran...
E:\My Fortran Program\GAUSS_JORDAN\GAUSS_JORDAN.F90
E:\My Fortran Program\GAUSS_JORDAN\GAUSS_JORDAN.F90(45) : Error: The number of subscripts is incorrect. [S]
write(*,"('=',f8.4)")S(i)
-------------------------------^
E:\My Fortran Program\GAUSS_JORDAN\GAUSS_JORDAN.F90(89) : Error: Error in opening the Library module file. [LINEARALGEBRA]
use LinearAlgebra
-------^
Error executing df.exe.
<h3>Results</h3>
GAUSS_JORDAN.exe - 2 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -