]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix <vector.h> to <vector>
authorthird-party <third-party@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jan 2001 10:01:35 +0000 (10:01 +0000)
committerthird-party <third-party@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jan 2001 10:01:35 +0000 (10:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@3748 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/polynomial.h

index 2ec43d9dff90e97efe0ef4f76a134b297389cd4d..9401e01006017d5c1d9d64a469aa46fe9d797638 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000 by the deal.II authors
+//    Copyright (C) 2000, 2001 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -18,7 +18,8 @@
 #include <base/exceptions.h>
 #include <base/subscriptor.h>
 
-#include <vector.h>
+#include <vector>
+
 
 /**
  * Base class for all 1D polynomials. A pollynomial is represented in

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.