Floating except fixed (happened on meshes with less than 100 faces :P)
This commit is contained in:
parent
f46af1b2b4
commit
3ebe19f8c5
|
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.12 2004/09/09 22:59:15 cignoni
|
||||||
|
Removed many small warnings
|
||||||
|
|
||||||
Revision 1.11 2004/08/25 15:28:15 ponchio
|
Revision 1.11 2004/08/25 15:28:15 ponchio
|
||||||
Comma at end of enum.
|
Comma at end of enum.
|
||||||
|
|
||||||
|
|
@ -188,6 +191,9 @@ Sampling<MetroMesh>::Sampling(MetroMesh &_s1, MetroMesh &_s2):S1(_s1),S2(_s2)
|
||||||
n_hist_bins = 256;
|
n_hist_bins = 256;
|
||||||
print_every_n_elements = S1.fn/100;
|
print_every_n_elements = S1.fn/100;
|
||||||
|
|
||||||
|
if(print_every_n_elements <= 1)
|
||||||
|
print_every_n_elements = 2;
|
||||||
|
|
||||||
referredBit = VertexType::NewBitFlag();
|
referredBit = VertexType::NewBitFlag();
|
||||||
// store the unreferred vertices
|
// store the unreferred vertices
|
||||||
FaceIterator fi; VertexIterator vi; int i;
|
FaceIterator fi; VertexIterator vi; int i;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue