Closed koecher closed 3 years ago
Is it not better to replace Point<dim>
with Tensor<1,dim>
rather than converting to Point<dim>
?
This would be also an option. But in your code is the final data type the Point< dim >, which is a specialization of Tensor<1,dim>. I really do not understand, why the (automatic) type cast is not working in this case. Maybe something new in v8.3.0
I've updated some files to make (./src) compilable with deal.II v8.3.0. But there are more deprecations!