From a09e08f4cd024b017ac104a776105ccae6ea26e4 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 28 Jan 2006 22:57:19 +0000 Subject: [PATCH] info --- Mesh/3D_BGMesh.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mesh/3D_BGMesh.cpp b/Mesh/3D_BGMesh.cpp index 528907ff3d..b68a98a4fa 100644 --- a/Mesh/3D_BGMesh.cpp +++ b/Mesh/3D_BGMesh.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_BGMesh.cpp,v 1.42 2006-01-28 22:30:32 geuzaine Exp $ +// $Id: 3D_BGMesh.cpp,v 1.43 2006-01-28 22:57:19 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -34,6 +34,7 @@ static double BGM_MAX = 0.; int BGMWithView(Post_View * ErrView) { + Msg(INFO, "Applying '%s' as background mesh", ErrView->Name); if(BGM_OCTREE) delete BGM_OCTREE; BGM_OCTREE = new OctreePost(ErrView); BGM_MAX = ErrView->Max; -- GitLab