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

move msg
parent b00839b4
No related branches found
No related tags found
No related merge requests found
// $Id: DiscreteSurface.cpp,v 1.18 2005-07-07 07:19:27 remacle Exp $
// $Id: DiscreteSurface.cpp,v 1.19 2005-07-07 20:44:47 geuzaine Exp $
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
......@@ -178,8 +178,8 @@ void BDS_To_Mesh(Mesh *m)
int MeshDiscreteSurface(Surface *s)
{
Msg(STATUS2, "Discrete Surface Mesh Generator...");
if(s->bds){
Msg(STATUS2, "Discrete Surface Mesh Generator...");
// s->bds is the discrete surface that defines the geometry
if(!THEM->bds_mesh){
THEM->bds_mesh = new BDS_Mesh (*(THEM->bds));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment