From 6adbc3b69fe01b74aeea86c449db1c7c34574215 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 2 Dec 2003 01:31:22 +0000 Subject: [PATCH] -histogram was broken in batch mode --- Box/Main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Box/Main.cpp b/Box/Main.cpp index 61efcc7e1f..4cac5ffefb 100644 --- a/Box/Main.cpp +++ b/Box/Main.cpp @@ -1,4 +1,4 @@ -// $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 // @@ -139,8 +139,10 @@ int main(int argc, char *argv[]) } else Print_Geo(THEM, CTX.output_filename); - if(CTX.mesh.histogram) + if(CTX.mesh.histogram){ + Mesh_Quality(THEM); Print_Histogram(THEM->Histogram[0]); + } ParUtil::Instance()->Barrier(__LINE__, __FILE__); ParUtil::Instance()->Exit(); return 1; -- GitLab