From dc0fd43137f617207d14ffcff2e72c1108d66861 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 27 Jul 2008 03:17:13 +0000 Subject: [PATCH] *** empty log message *** --- Common/Visibility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Visibility.cpp b/Common/Visibility.cpp index 4688b0954f..17d60d3b82 100644 --- a/Common/Visibility.cpp +++ b/Common/Visibility.cpp @@ -44,7 +44,7 @@ void VisibilityManager::update(int type) GModel *m = GModel::current(); -#if !defined(HAVE_NO_POST) +#if !defined(HAVE_NO_PARSER) for(std::map<std::string, std::vector<double> >::iterator it = gmsh_yysymbols.begin(); it != gmsh_yysymbols.end(); ++it) for(unsigned int i = 0; i < it->second.size(); i++) -- GitLab