Double->Scalar in dodecahedron

This commit is contained in:
Paolo Cignoni 2006-03-27 04:18:35 +00:00
parent 8ec84be346
commit 47443e5bb5
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.7 2006/01/30 08:09:05 cignoni
Corrected Grid
Revision 1.6 2006/01/22 17:10:15 cignoni
Added Grid function (to build range map meshes...)
@ -182,7 +185,7 @@ void Dodecahedron(DodMeshType & in)
for (i=0; i<N_points; i++) used[i]=false;
int reindex[20+12 *10];
double xx,yy,zz, sx,sy,sz;
ScalarType xx,yy,zz, sx,sy,sz;
int order[5]={0,1,8,6,2};
int added[12];