Dear All, I am trying to debug Dealii examples in Eclipse.
The project is compiled and run perfectly on its own. However, when I want to try debugging and following classes and functions, it comes across to files that do not exist (at least to me). For example it looks for the file tria.cc which does not exist. There exists of course tria.H (somewhere else) but not tria.CC. Besides, it looks for that in a path and folder which again do not exist! In some cases which the file extension is correct (e.g. it is .h) I could resolve the issue by giving the file location, however it is not convenient to address header files one by one. Any ideas or suggestions are appreciated. Regards, Behrooz Karami -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/3870099e-4cc4-46c7-aac2-1f0179f57ea2%40googlegroups.com.
