Subversion Repositories gelsvn

Rev

Rev 160 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 160 Rev 170
Line 345... Line 345...
345
                return false;
345
                return false;
346
							}
346
							}
347
					}
347
					}
348
        if(link.size()==2)
348
        if(link.size()==2)
349
					{
349
					{
-
 
350
						if(!is_boundary(vi))
350
            cout << "Warning: A vertex with only two incident edges" << endl;
351
							cout << "Warning: A vertex with only two incident edges" << endl;
-
 
352
						else
-
 
353
							cout << "Comment: A boundary vertex with only two incident edges" << endl;
351
					}
354
					}
352
        assert(link.size()>=2);
355
        assert(link.size()>=2);
353
        ++vi;
356
        ++vi;
354
			}
357
			}
355
 
358