David, 2016-05-24 9:05 GMT-04:00 David <[email protected]>: > > error: undefined reference to > 'PlaneStress::StressPostprocessor<2>::StressPostprocessor()' > > here "PlaneStress" is a namespace. > Do you have any idea about it? This is hard to say without seeing the code. There could be a typo, the default constructor could have been deleted, or there is a problem in your cmake and you don't link against the file where StressPostprocessor is implemented.
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.
