Move OptionInfo to abstractoption.cpp.
authorTeemu Murtola <teemu.murtola@gmail.com>
Fri, 27 Apr 2012 03:44:58 +0000 (06:44 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Thu, 3 May 2012 04:32:50 +0000 (07:32 +0300)
commit2983c2898112ddef710c93e45f38301dd3872f19
tree0b942a25ea053b439fa9af7056969f55806b0212
parent6aee5224d89c184e1e883fb1033a8f53593a5481
Move OptionInfo to abstractoption.cpp.

This makes it consistent with how implementation of derived classes is
located: the storage, info, and settings classes are always implemented
together in a single file.  Originally, the OptionInfo was only used for
the OptionsVisitor, but it is now more tighly integrated into the system
and this is no longer the case.

Change-Id: I3be311343a35b6e7e045b94f4ba70283a6b99278
src/gromacs/options/abstractoption.cpp
src/gromacs/options/optioninfo.h
src/gromacs/options/optionsvisitor.cpp