#694 Uniform interface for GridFactory<>
Metadata
Property | Value |
---|---|
Reported by | Uli Sack (usack@math.fu-berlin.de) |
Reported at | Dec 11, 2009 17:21 |
Type | Feature Request |
Version | Unknown |
Operating System | Unspecified / All |
Last edited by | Andreas Dedner (A.S.Dedner@warwick.ac.uk) |
Last edited at | Jan 17, 2010 13:22 |
Closed by | Andreas Dedner (A.S.Dedner@warwick.ac.uk) |
Closed at | Jan 17, 2010 13:22 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | deprecated constructor in rev. 6152 |
Description
I understood the Base Class GridFactoryInterface as being something like a specification also concerning the existence of a constructor GridFactory(GridType* grid). I find that only GridFactory actually implements that constructor. Did I misinterpret that? If that is not the case, would it be possible to give the other GridFactories that constructor? Otherwise it is not quite clear to me how to write generic code if there is no common constructor.