Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed May 24, 2024
1 parent 7379b04 commit 3f98747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/API.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SimulationResults APIInternal::run(const IStudyLoader& study_loader)
* @brief The execute method is used to execute the simulation.
* @return SimulationResults object which contains the results of the simulation.
*
* This method is a copy of Application::execute
* This method is initialy a copy of Application::execute with some modifications hence the apparent dupllication
*/
SimulationResults APIInternal::execute() const
{
Expand Down

0 comments on commit 3f98747

Please sign in to comment.