Skip to content

Commit

Permalink
Update readme for the latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJCS authored Oct 12, 2022
1 parent c3122ab commit 035b7d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ int main()

The final step is to call a method in the `FindPlanet` class to find exoplanets. The `findPlanets()` method returns a `std::vector<double>` where the `double` is the flux of the planet it detected.

This method has an optional boolean parameter `verbose` mainly used for debugging. This is not recommended for production code.

Here is some example code:
```cpp
#include <unordered_map>
Expand Down

0 comments on commit 035b7d0

Please sign in to comment.