Skip to content
Snippets Groups Projects
Commit b8fc4b29 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pretty print
parent 04ce2945
No related branches found
No related tags found
No related merge requests found
// $Id: OctreePost.cpp,v 1.4 2004-04-24 05:22:50 geuzaine Exp $
// $Id: OctreePost.cpp,v 1.5 2004-04-24 05:27:06 geuzaine Exp $
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
......@@ -212,13 +212,14 @@ OctreePost::OctreePost(Post_View *v)
PostTriangleBB,
PostTriangleCentroid,
PostTriangleInEle);
addListOfStuff(ST, v->ST, 9 + 3 * v->NbTimeStep);
VT = Octree_Create(1000, min, size,
PostTriangleBB,
PostTriangleCentroid,
PostTriangleInEle);
addListOfStuff(VT, v->VT, 9 + 9 * v->NbTimeStep);
TT = Octree_Create(2, min, size,
PostTriangleBB,
PostTriangleCentroid,
......@@ -230,6 +231,7 @@ OctreePost::OctreePost(Post_View *v)
PostSimplexCentroid,
PostSimplexInEle);
addListOfStuff(SS, v->SS, 12 + 4 * v->NbTimeStep);
VS = Octree_Create(1000, min, size,
PostSimplexBB,
PostSimplexCentroid,
......
// $Id: StreamLines.cpp,v 1.4 2004-04-24 04:46:20 geuzaine Exp $
// $Id: StreamLines.cpp,v 1.5 2004-04-24 05:22:50 geuzaine Exp $
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment