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

*** empty log message ***

parent 6106d13c
No related branches found
No related tags found
No related merge requests found
// $Id: Visibility.cpp,v 1.30 2008-02-17 08:47:56 geuzaine Exp $ // $Id: Visibility.cpp,v 1.31 2008-02-22 09:12:10 geuzaine Exp $
// //
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
// //
...@@ -156,7 +156,8 @@ std::string VisibilityManager::getStringForGEO() ...@@ -156,7 +156,8 @@ std::string VisibilityManager::getStringForGEO()
(*it)->getVisibility() ? (*it)->getVisibility() ?
state[3][1].push_back((*it)->tag()) : state[3][0].push_back((*it)->tag()); state[3][1].push_back((*it)->tag()) : state[3][0].push_back((*it)->tag());
char tmp[256], *labels[4] = {"Point", "Line", "Surface", "Volume"}; char tmp[256];
const char *labels[4] = {"Point", "Line", "Surface", "Volume"};
std::string str; std::string str;
int mode; int mode;
......
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