// $Id$
// Version: $Name$
//
-// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
+// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int dummy;
public:
+ /**
+ * Constructor.
+ */
+ GnuplotFlags ();
+
/**
* Declare all flags with name
* and type as offered by this
int dummy;
public:
+ /**
+ * Constructor.
+ */
+ Deal_II_IntermediateFlags ();
+
/**
* Declare all flags with name
* and type as offered by this
+DataOutBase::GnuplotFlags::GnuplotFlags ()
+ :
+ dummy (0)
+{}
+
+
+
void DataOutBase::GnuplotFlags::declare_parameters (ParameterHandler &/*prm*/)
{}
+DataOutBase::Deal_II_IntermediateFlags::Deal_II_IntermediateFlags ()
+ :
+ dummy (0)
+{}
+
+
+
void DataOutBase::Deal_II_IntermediateFlags::declare_parameters (ParameterHandler &/*prm*/)
{}