<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=ks_c_5601-1987">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I thought I found a bug in marching wedge
table...</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>check out the 26th case in marching wedge table.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I think it should be changed like the below....</FONT></DIV>
<DIV><FONT size=2>I tested it and it worked well....</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>{{ 0, 7, 5, 7, 4, 5,
2, 0, 5, -1, -1, -1, -1}}, //25<BR> //{{ 2, 0,
1, 2, 1, 5, 5, 1, 4, -1, -1, -1, -1}}, //26
// the previous case<BR>{{ 6, 0, 1, 6, 1,
5, 5, 1, 4, -1, -1, -1, -1}}, //26 // changed by LSS<BR>{{
2, 1, 5, 5, 1, 4, -1, -1, -1, -1, -1, -1, -1}},
//27<BR> </FONT></DIV></BODY></HTML>