> On 22-Oct-2018, at 9:26 PM, Wolfgang Bangerth <[email protected]> wrote: > > On 10/22/2018 09:44 AM, Praveen C wrote: >> >> The clone function doesnt seem to do much. Why isnt there a default >> clone function in the parent class ? > > Because you need to create an object of derived class. The base class > can't know what that is :-) > > Best > W.
Yes, I understand the issue now. 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.
