From eaccc7e76ebe9f241cdccc4fdc71a8684fa47842 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 15 Sep 2007 18:09:05 +0000 Subject: [PATCH] *** empty log message *** --- Plugin/Plugin.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Plugin/Plugin.h b/Plugin/Plugin.h index f927a6209a..dd28e54bc3 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -29,7 +29,6 @@ #include <string.h> #include <stdio.h> - #include "Options.h" #include "Message.h" #include "PView.h" @@ -99,7 +98,6 @@ class GMSH_Post_Plugin : public GMSH_Plugin virtual PViewDataList *getDataList(PView *view); virtual void assignSpecificVisibility() const {} virtual bool geometricalFilter(Double_Matrix *) const { return true; } - }; // The base class for solver plugins. The idea is to be able to -- GitLab