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

pf

parent eed0078d
No related branches found
No related tags found
No related merge requests found
...@@ -631,7 +631,6 @@ Volume *Create_Volume(int Num, int Typ) ...@@ -631,7 +631,6 @@ Volume *Create_Volume(int Num, int Typ)
pV->SurfacesOrientations = List_Create(1, 2, sizeof(int)); pV->SurfacesOrientations = List_Create(1, 2, sizeof(int));
pV->SurfacesByTag = List_Create(1, 2, sizeof(int)); pV->SurfacesByTag = List_Create(1, 2, sizeof(int));
pV->Extrude = NULL; pV->Extrude = NULL;
pV->Recombine3D = 0;
return pV; return pV;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment