Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 11, 2024
1 parent 0f8fb8a commit 3df0a31
Showing 1 changed file with 13 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,22 @@

#include "antares/solver/systemParser/library.h"

/* namespace Antares */
/* { */
/* namespace Study::SystemModel */
/* { */
/* class Library; */
/* } */
namespace Antares
{
namespace Study::SystemModel
{
class Library;
}

/* namespace Solver::ModelParser */
/* { */
/* class Library; */
/* } */
/* } // namespace Antares */
namespace Solver::ModelParser
{
class Library;
}
} // namespace Antares

namespace Antares::Solver::SystemConverter
{
/* class UnknownTypeException: public std::runtime_error */
/* { */
/* public: */
/* explicit UnknownTypeException(ModelParser::ValueType type); */
/* }; */

/* Antares::Study::SystemModel::Library convert(const Antares::Solver::ModelParser::Library& library); */
Antares::Study::SystemModel::Library convert(const Antares::Solver::ModelParser::Library& library);

} // namespace Antares::Solver::SystemConverter

0 comments on commit 3df0a31

Please sign in to comment.