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

*** empty log message ***

parent 4a339f5e
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ void GFaceCompound::getTriangle (double u, double v,
void GFaceCompound::buildOct() const
{
SBoundingBox3d bb;
int count;
int count = 0;
std::list<GFace*> :: const_iterator it = _compound.begin();
for ( ; it != _compound.end() ; ++it){
for ( int i=0;i<(*it)->triangles.size() ; ++i){
......
......@@ -3067,6 +3067,7 @@ bool SplitCurve(int line_id, List_T *vertices_id, List_T *shapes)
DeleteShape(c->Typ, c->Num);
List_Delete(new_list);
List_Delete(rshapes);
return true;
}
// Intersect a curve with a surface
......
......@@ -46,6 +46,7 @@ class FieldOption {
case FIELD_OPTION_PATH: return "path"; break;
case FIELD_OPTION_STRING: return "string"; break;
case FIELD_OPTION_LIST: return "list"; break;
default: return "unknown";
}
}
virtual void numerical_value(double val) { throw(1); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment