IsBOrder (typecast on return type)
This commit is contained in:
parent
4f9a67327e
commit
124e8402ba
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.22 2004/10/20 08:28:31 fiorin
|
||||||
|
Added constant access function FFp and renamed F1 F2 to FFp1 FFp2
|
||||||
|
|
||||||
Revision 1.21 2004/10/18 17:13:50 ganovelli
|
Revision 1.21 2004/10/18 17:13:50 ganovelli
|
||||||
added ::IsBorder
|
added ::IsBorder
|
||||||
|
|
||||||
|
@ -121,6 +124,8 @@ public:
|
||||||
typedef FFTYPE FaceType;
|
typedef FFTYPE FaceType;
|
||||||
/// The vertex type
|
/// The vertex type
|
||||||
typedef FVTYPE VertexType;
|
typedef FVTYPE VertexType;
|
||||||
|
/// The vertex type
|
||||||
|
typedef FETYPE EdgeType;
|
||||||
/// The type of the scalar field of the vertex coordinate
|
/// The type of the scalar field of the vertex coordinate
|
||||||
typedef typename VertexType::ScalarType ScalarType;
|
typedef typename VertexType::ScalarType ScalarType;
|
||||||
/// The type of the the vertex coordinate
|
/// The type of the the vertex coordinate
|
||||||
|
@ -575,7 +580,7 @@ public:
|
||||||
return (fs[j]==this);
|
return (fs[j]==this);
|
||||||
#else
|
#else
|
||||||
assert(0);
|
assert(0);
|
||||||
return (FFTYPE *)this;
|
return ((FFTYPE *)this==0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue