#78 #include-Loop between discretefunction.hh and localfunctionwrapper.hh
Metadata
Property | Value |
---|---|
Reported by | Jö Fahlke (jorrit@jorrit.de) |
Reported at | Jan 16, 2006 16:37 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Closed by | Robert K (robertk@posteo.org) |
Closed at | Jan 16, 2006 17:31 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | fixed, include was removed, because not necessary. |
Description
There is an #include-Loop between fem/common/discretefunction.hh and fem/common/localfunctionwrapper.hh. This makes it impossible to include localfunctionwrapper.hh. The workaround is to include discretefunction.hh instead of or before localfunctionwrapper.hh.