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

-histogram was broken in batch mode
parent 2e27d45b
No related branches found
No related tags found
No related merge requests found
// $Id: Main.cpp,v 1.33 2003-12-02 01:28:08 geuzaine Exp $ // $Id: Main.cpp,v 1.34 2003-12-02 01:31:22 geuzaine Exp $
// //
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
// //
...@@ -139,8 +139,10 @@ int main(int argc, char *argv[]) ...@@ -139,8 +139,10 @@ int main(int argc, char *argv[])
} }
else else
Print_Geo(THEM, CTX.output_filename); Print_Geo(THEM, CTX.output_filename);
if(CTX.mesh.histogram) if(CTX.mesh.histogram){
Mesh_Quality(THEM);
Print_Histogram(THEM->Histogram[0]); Print_Histogram(THEM->Histogram[0]);
}
ParUtil::Instance()->Barrier(__LINE__, __FILE__); ParUtil::Instance()->Barrier(__LINE__, __FILE__);
ParUtil::Instance()->Exit(); ParUtil::Instance()->Exit();
return 1; return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment