planefem.plg

来自「光纤导波技术中的BPM算法」· PLG 代码 · 共 38 行

PLG
38
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: PLANEFEM - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\songjun\LOCALS~1\Temp\RSP15C.tmp" with contents
[
/check:bounds /compile_only /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB" 
"G:\2003\EW\3Dfdtd and PML\fdtd10.f90"
]
<h3>Output Window</h3>
Compiling Fortran...
G:\2003\EW\3Dfdtd and PML\fdtd10.f90
G:\2003\EW\3Dfdtd and PML\fdtd10.f90(102) : Error: Error in opening the Library module file.   [GIF_UTIL]
    use gif_util
--------^
G:\2003\EW\3Dfdtd and PML\fdtd10.f90(106) : Error: This derived type name has not been declared.   [COLOR]
    type(color)      :: ColMap(256)
---------^
G:\2003\EW\3Dfdtd and PML\fdtd10.f90(108) : Error: This name does not have a type, and must have an explicit type.   [COLMAP]
    ColMap = (/( color(i-1,i-1,256-i), i=1,256 )/)
----^
G:\2003\EW\3Dfdtd and PML\fdtd10.f90(108) : Error: The shapes of the array expressions do not conform.   [COLMAP]
    ColMap = (/( color(i-1,i-1,256-i), i=1,256 )/)
----^
Error executing df.exe.



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

⌨️ 快捷键说明

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