Hi, I recently updated to my dev version of deal.ii to rev 25381. I got the following error in compilation.
/work/adz/zampini/deal.II/source/fe/fe_system.cc: In member function 'dealii::FiniteElement<dim, spacedim>* dealii::FESystem<dim, spacedim>::clone() const [with int dim = 1, int spacedim = 2]': /work/adz/zampini/deal.II/source/fe/fe_system.inst:6: instantiated from here /work/adz/zampini/deal.II/source/fe/fe_system.cc:397: error: no matching function for call to 'dealii::FESystem<1, 1>::FESystem(std::vector<const dealii::FiniteElement<1, 2>*, std::allocator<const dealii::FiniteElement<1, 2>*> >&, std::vector<unsigned int, std::allocator<unsigned int> >&)' /work/adz/zampini/deal.II/source/fe/fe_system.cc:312: note: candidates are: dealii::FESystem<dim, spacedim>::FESystem(const std::vector<const dealii::FiniteElement<dim, spacedim>*, std::allocator<const dealii::FiniteElement<dim, spacedim>*> >&, const std::vector<unsigned int, std::allocator<unsigned int> >&) [with int dim = 1, int spacedim = 1] -- Stefano
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
