Skip to content

Commit

Permalink
Fixed issue #29 Documentation: wrong name of string
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Lussana committed Dec 15, 2023
1 parent fbd0c79 commit 4da84e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/titanlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ namespace titanlib {
* @param values observed values to check (and/or to use)
* @param obs_to_check Observations that will be checked (since can pass in observations that will not be checked). 1=check the corresponding observation
* @param background_values external background value (not used if background_elab_type!=external)
* @param background_elab_type one of: vertical_profile, vertical_profile_Theil_Sen, mean_outer_circle, external
* @param background_elab_type one of: VerticalProfile, VerticalProfileTheilSen, MeanOuterCircle, MedianOuterCircle, External
* @param num_min_outer Minimum number of observations inside the outer circle to compute SCT
* @param num_max_outer Maximum number of observations inside the outer circle used
* @param num_min_prof Minimum number of observations to compute vertical profile
Expand Down

0 comments on commit 4da84e4

Please sign in to comment.