> /Users/mihai/Utils/deal.II.svn/deal.II/deal.II/include/numerics/mesh_worker
>_info.templates.h(293): error: type name is not allowed
>       cell.initialize<FEValues<dim,sdim> >(el, mapping, cell_quadrature,

If you go into this file and write
  cell.template initialize<FEValues<dim,sdim> >(el, mapping, cell_quadrature,
does that work (similarly for the other places)?

Best
 W.

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to