Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmaj committed Dec 13, 2024
1 parent 58d17e7 commit cb7efe3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/polyhedralGravity/Info.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,26 @@
namespace polyhedralGravity {

/**
* The API version of the polyhedral gravity model's interface.
* The API's version of the polyhedral gravity model's interface.
* The value is set by the CMake configuration.
*/
constexpr std::string_view POLYHEDRAL_GRAVITY_VERSION = "@POLYHEDRAL_GRAVITY_VERSION@";

/**
* The API parallelization backend of the polyhedral gravity model's interface.
* The API's parallelization backend of the polyhedral gravity model's interface.
* The value is set by the CMake configuration.
*/
constexpr std::string_view POLYHEDRAL_GRAVITY_PARALLELIZATION = "@POLYHEDRAL_GRAVITY_PARALLELIZATION@";

/**
* The API commit with which it was compiled.
* The commit hash of the currently compiled version.
* This is appened with '+modified' in case the working tree is not clean.
* The value is set by the CMake configuration.
*/
constexpr std::string_view POLYHEDRAL_GRAVITY_COMMIT_HASH = "@POLYHEDRAL_GRAVITY_COMMIT_HASH@";

/**
* The API's Loggin Level. Determines the amount of output.
* The API's Logging Level. Determines the amount of output.
* The value is set by the CMake configuration.
*/
constexpr std::string_view POLYHEDRAL_GRAVITY_LOGGING_LEVEL = "@POLYHEDRAL_GRAVITY_LOGGING_LEVEL@";
Expand Down

0 comments on commit cb7efe3

Please sign in to comment.