Skip to content

Commit

Permalink
Add doc in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Sep 19, 2024
1 parent 4b7dd68 commit 8201e66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MatchingCondition.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ using std::endl;
//------------------------------------------------------------------------------------------//

// clang-format off
// FAKE NUMBERS
// WAITING FOR REAL ONES
const double aQg30_X[] = { 1e-4, 1e-3, 1e-2, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 };
const double aQg30_VALUES[] = { 0.3, 0.4, 0.45, 0.5, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1, 0.5, 0.1, 0.0 };
// clang-format on
Expand Down

0 comments on commit 8201e66

Please sign in to comment.