#606 Virtual refinement implementation with missing inline keyword.
Metadata
Property | Value |
---|---|
Reported by | Robert K (robertk@posteo.org) |
Reported at | Sep 28, 2009 07:58 |
Type | Bug Report |
Version | Unknown |
Operating System | Unspecified / All |
Last edited by | Jö Fahlke (jorrit@jorrit.de) |
Last edited at | Sep 28, 2009 13:25 |
Closed by | Jö Fahlke (jorrit@jorrit.de) |
Closed at | Sep 28, 2009 13:25 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | fixed in rev 5543 |
Description
The functions defined dune-grid/grid/common/refinement/simplex.cc must have keywords inline since they are inlcude in header files and not compiled in the library. With the missing inline one gets linker errors when linking libdunegrid with more then one binary.