objectiveManager::write hides overloaded virtual function
clang complains about the write()
method in objectiveManager, which masks the regIOobject write method.
possible corrections:
- a new name such as writeObjectives or something
- mark with 'using regIOobject::write' ?