Merge: fd97710 cceeb7c
Author: Wolfgang Bangerth <bangerth@**.**>
Date:   Tue Dec 5 07:24:15 2017 -0700

     Merge pull request #5579 from bangerth/more-complex-instantiations

     More complex instantiations


However, after configuration, installation and compilation of my code I obtain the error:

Scanning dependencies of target pFEM
[100%] Building CXX object CMakeFiles/pFEM.dir/pFEM.cc.o
Linking CXX executable pFEM
/mypath/pFEM.cc:370: error: undefined reference to 'void dealii::VectorTools::interpolate_boundary_values<2, 2, std::complex<double> >(dealii::hp::MappingCollection<2, 2> const&, dealii::hp::DoFHandler<2, 2> const&, std::map<unsigned int, dealii::Function<2, std::complex<double> > const*, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, dealii::Function<2, std::complex<double> > const*> > > const&, std::map<unsigned int, std::complex<double>, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::complex<double> > > >&, dealii::ComponentMask const&)'

Yes, I apparently forgot to instantiate this one function as well. Patch is here:
  https://github.com/dealii/dealii/pull/5602
It was just merged.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to