David, 2016-05-24 12:19 GMT-04:00 David <[email protected]>: > This is a a defaut constructor. Do I have to implement it? I found they are > not implemented in the tutorial examples. If you declare it, then you need to implement it or add = default (only c++11) If you don't declare it, then the compiler will create it itself.
Best, Bruno -- 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.
