warnings.html

来自「Delaunay三角形的网格剖分程序」· HTML 代码 · 共 40 行

HTML
40
字号
<TITLE>COG 2.1: Warnings</TITLE><H1>Warnings</H1> <P>Warnings occur in different parts of the program. See <A HREF="mainwzwarningtest.html">how to use them</A> in the program.  See <UL> <LI> <A HREF="delaunay.html#warnings">Delaunay grid generation</A>; </UL><A NAME="Untested"> <hr></A><H2>Untested Situations</H2> <P>The program has reached untested code parts.  Thus, theprobability of program errors is high. You can <A HREF="mainwzwarningtest.html#suppress"> suppress</A> the outputwith<PRE> wzWarning::Untested.ignore();</PRE> <P>If the description of the situation is not listed in the <AHREF="fixing.html#Untested"> list of fixed situations</A>, and youcan easily simplify your code so that only a single test file causesthe unexpected situation, it would be nice to send this file to <A HREF="mailto:schmelzer@wias-berlin.de">schmelzer@wias-berlin.de</A>.<A NAME="Unexpected"> <hr></A><H2>Unexpected Failure</H2> <P>This may be an exception not caused but catched by IBG, oran internal error of the IBG exception handling.<A NAME="End"> <hr></A>

⌨️ 快捷键说明

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