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

*** empty log message ***

parent 1e582cb8
No related branches found
No related tags found
No related merge requests found
// $Id: Generator.cpp,v 1.71 2005-09-07 14:36:45 remacle Exp $ // $Id: Generator.cpp,v 1.72 2005-10-16 15:55:46 geuzaine Exp $
// //
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
// //
...@@ -534,6 +534,7 @@ void mai3d(Mesh * M, int Asked) ...@@ -534,6 +534,7 @@ void mai3d(Mesh * M, int Asked)
if(M->status && CTX.mesh.order == 2) if(M->status && CTX.mesh.order == 2)
Degre2(M->status); Degre2(M->status);
if(M->status > 1 && CTX.mesh.nbPartitions != 1) if(M->status > 1 && CTX.mesh.nbPartitions != 1)
PartitionMesh(M, CTX.mesh.nbPartitions); PartitionMesh(M, CTX.mesh.nbPartitions);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment