*** empty log message ***
This commit is contained in:
parent
f19537f3f3
commit
d74aa98a6d
|
@ -17,8 +17,13 @@
|
||||||
|
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
typedef VertexAN<float> VertexANf;
|
|
||||||
typedef VertexAN<double> VertexANd;
|
template <class VFTYPE>
|
||||||
|
class VertexANf : public VertexAN<float,VFTYPE> {};
|
||||||
|
|
||||||
|
template <class VFTYPE>
|
||||||
|
class VertexANd : public VertexAN<double,VFTYPE> {};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue