]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Insert the missing argument for 'FE_P1NCNonparametric::get_data'
authorJaeryun Yim <jaeryun.yim@gmail.com>
Thu, 28 Jan 2016 12:52:22 +0000 (21:52 +0900)
committerJaeryun Yim <jaeryun.yim@gmail.com>
Fri, 16 Sep 2016 12:07:21 +0000 (21:07 +0900)
source/fe/fe_p1nc.cc

index 3cc799604a529be0d933a80659796e3705ef3e76..d22c29d516417b505bf85505d37ba5f736eabbe3 100644 (file)
@@ -471,7 +471,8 @@ FE_P1NCNonparametric::get_dpo_vector ()
 FiniteElement<2,2>::InternalDataBase *
 FE_P1NCNonparametric::get_data (const UpdateFlags update_flags,
                                 const Mapping<2,2> &,
-                                const Quadrature<2> &) const
+                                const Quadrature<2> &,
+                               dealii::internal::FEValues::FiniteElementRelatedData<2,2> &) const
 {
   FiniteElement<2,2>::InternalDataBase *data = new FiniteElement<2,2>::InternalDataBase;
 

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.