removed wrong typename and added ending \n
This commit is contained in:
parent
d3cd9930d2
commit
40b2a1f36d
|
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.4 2005/08/02 11:01:05 pietroni
|
||||||
|
added IPToP and IBoxToBox functions, modified BoxToIBox function in order to use PToIP function
|
||||||
|
|
||||||
Revision 1.3 2005/07/28 06:11:12 cignoni
|
Revision 1.3 2005/07/28 06:11:12 cignoni
|
||||||
corrected error in GridP (did not compile)
|
corrected error in GridP (did not compile)
|
||||||
|
|
||||||
|
|
@ -48,7 +51,7 @@ namespace vcg {
|
||||||
template <class ScalarType>
|
template <class ScalarType>
|
||||||
class BasicGrid {
|
class BasicGrid {
|
||||||
|
|
||||||
typedef typename Box3<ScalarType> Box3x;
|
typedef Box3<ScalarType> Box3x;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Box3x bbox;
|
Box3x bbox;
|
||||||
|
|
@ -179,4 +182,4 @@ namespace vcg {
|
||||||
dim[2] = math::Max(dim[2],1);
|
dim[2] = math::Max(dim[2],1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue