> On 22-Oct-2018, at 1:28 PM, Daniel Arndt <[email protected]> 
> wrote:
> 
> Praveen,
> 
> I had a mistake, this 
> 
> virtual Point<2> project_to_manifold (const ArrayView< const Point<2>> 
> &surrounding_points,
>                                          const Point<2>              
> &candidate) const
> {
> …
> }
> 
> fixed it.
> So the compiler warnings are useful in the end, aren't they? ;-)
>  
I am happy to get warnings.

> Could you tell me about the “clone” function. We have to always implement 
> this in derived manifold classes ?
> Yes,we decided to store copy of Manifold objects in Triangulation objects and 
> that required the Mannifold class to have a "clone" function. 

The clone function doesnt seem to do much. Why isnt there a default clone 
function in the parent class ?

Thanks
praveen

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to