David, 2016-05-24 9:24 GMT-04:00 David <[email protected]>: > I only declared it as an independent class and then instantiate it in my > problem class, is that OK? Yes, that's fine. I would need to see the code to see what's going on but first, you should create the default constructor yourself. Just to make sure it's not simply the compiler that is being confused. I doubt it will solve the problem but you may get another error message that could help you solve the problem.
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.
