Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 5, 2024
1 parent b8a7175 commit bf7dc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runnables/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ void setNetworkSetting(egoa::PowerGrid<TGraph> & network, const QString & networ
else if ( networkSetting == "EXACT" ) { network.MakeExact(); }
}

void main(int const argc, char const * const * const argv) -> int {
auto main(int const argc, char const * const * const argv) -> int {

// Command line parsing
auto application = std::unique_ptr<QCoreApplication>(std::make_unique<QCoreApplication>(argc, argv));
Expand Down

0 comments on commit bf7dc1c

Please sign in to comment.