Line data Source code
1 1 : // Distributed under the MIT License. 2 : // See LICENSE.txt for details. 3 : 4 : /// \file 5 : /// Defines gr::Solutions 6 : 7 : #pragma once 8 : 9 : namespace gr { 10 : /*! 11 : * \ingroup AnalyticSolutionsGroup 12 : * \brief Classes which implement analytic solutions to Einstein's equations 13 : */ 14 : namespace Solutions {} 15 : } // namespace gr