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

*** empty log message ***

parent 1d605c31
No related branches found
No related tags found
No related merge requests found
/* $Id: CbGeom.cpp,v 1.9 2000-12-13 13:57:00 geuzaine Exp $ */ /* $Id: CbGeom.cpp,v 1.10 2000-12-13 14:08:12 geuzaine Exp $ */
#include "Gmsh.h" #include "Gmsh.h"
#include "GmshUI.h" #include "GmshUI.h"
...@@ -564,12 +564,18 @@ void geom_event_handler (int event) { ...@@ -564,12 +564,18 @@ void geom_event_handler (int event) {
break; break;
case GEOM_PHYS_ADD_VOLUME : case GEOM_PHYS_ADD_VOLUME :
Msg(WARNING, "Add Physical Volume not done Interactively (Please Edit File Manually)");
break;
case GEOM_PHYS_DELETE_POINT : case GEOM_PHYS_DELETE_POINT :
case GEOM_PHYS_DELETE_LINE : case GEOM_PHYS_DELETE_LINE :
case GEOM_PHYS_DELETE_SURF : case GEOM_PHYS_DELETE_SURF :
case GEOM_PHYS_DELETE_VOLUME : case GEOM_PHYS_DELETE_VOLUME :
Msg(WARNING, "Deletetion of Physical Entities not Done");
break;
case GEOM_ELEM_ADD_NEW_NURBS_SURF : case GEOM_ELEM_ADD_NEW_NURBS_SURF :
Msg(WARNING, "Not done yet"); Msg(WARNING, "Add NURBS not not done Interactively (Please Edit File Manually)");
break; break;
default : default :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment