Subversion Repositories gelsvn

Rev

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

Rev 121 Rev 122
Line 39... Line 39...
39
		}
39
		}
40
 
40
 
41
		
41
		
42
		template struct HalfEdge_template<Iters>;
42
		template struct HalfEdge_template<Iters>;
43
 
43
 
44
		HalfEdgeIter get_null_halfedge_iter()
-
 
45
		{
-
 
46
				static HalfEdgeList l;
-
 
47
				return l.end();
-
 
48
		}
-
 
49
 
-
 
50
 
44
 
51
}
45
}