Corrected figures in comments.

This commit is contained in:
Shai Hirsch 2001-05-02 13:11:02 +00:00
parent ef2e478813
commit 5c45a7eb90
1 changed files with 17 additions and 16 deletions

View File

@ -42,15 +42,16 @@ int main()
point a1(1, 1), a2(1, 0), a3(0, 0), a4(0, 1), a5(1,4,2) ; point a1(1, 1), a2(1, 0), a3(0, 0), a4(0, 1), a5(1,4,2) ;
/* /*
a5 a5
/\ /\
/ \ / \
a4 ---- a1 a4 ---- a1
| | | |
| | | |
| | | |
a3 ---- a2 a3 ---- a2
*/
*/
// those curves are about to enter to pm // those curves are about to enter to pm
@ -84,15 +85,15 @@ int main()
e[5]=pm.insert_at_vertices(cv[5],e[0]->source(),e[2]->target() ); e[5]=pm.insert_at_vertices(cv[5],e[0]->source(),e[2]->target() );
/* /*
e3 /\ e4 e3 /\ e4
/ \ / \
---- ----
| e5 | | e5 |
e2 | | e0 e2 | | e0
| | | |
---- ----
e1 e1
*/ */
// check the validity of the map // check the validity of the map
std::cout << "check map validity... "; std::cout << "check map validity... ";