Skip to content

Commit 320feda

Browse files
committed
fix: edit the header file
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: passed - task: run_c_examples status: failed ---
1 parent 307f740 commit 320feda

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/signrank/quantile/include/stdlib/stats/base/dists/signrank

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/signrank/quantile/include/stdlib/stats/base/dists/signrank/quantile.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19-
#ifndef QUANTILE_H
20-
#define QUANTILE_H
19+
#ifndef STDLIB_BASES_DISTS_SIGNRANK_QUANTILE_H
20+
#define STDLIB_BASES_DISTS_SIGNRANK_QUANTILE_H
2121

2222
/**
2323
* Evaluates the quantile function for the Wilcoxon signed rank test statistic.
@@ -28,4 +28,4 @@
2828
*/
2929
double stdlib_base_dists_signrank_quantile(double p, int n);
3030

31-
#endif // !QUANTILE_H
31+
#endif // !STDLIB_BASES_DISTS_SIGNRANK_QUANTILE_H

0 commit comments

Comments
 (0)