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

*** empty log message ***

parent 1674ef93
No related branches found
No related tags found
No related merge requests found
// $Id: meshGFace.cpp,v 1.109 2008-01-20 10:10:42 geuzaine Exp $ // $Id: meshGFace.cpp,v 1.110 2008-01-22 09:12:51 geuzaine Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -1031,6 +1031,7 @@ void RefineMesh(GFace *gf, BDS_Mesh &m, const int NIT) ...@@ -1031,6 +1031,7 @@ void RefineMesh(GFace *gf, BDS_Mesh &m, const int NIT)
} }
double t_total = t_spl + t_sw + t_col + t_sm; double t_total = t_spl + t_sw + t_col + t_sm;
if(!t_total) t_total = 1.e-6;
Msg(DEBUG1," ---------------------------------------"); Msg(DEBUG1," ---------------------------------------");
Msg(DEBUG1," CPU Report "); Msg(DEBUG1," CPU Report ");
Msg(DEBUG1," ---------------------------------------"); Msg(DEBUG1," ---------------------------------------");
......
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