https://github.com/ntamas/plfit
Revision d2b4078ce9adaf6d95eaf903d34b2adba356d7e4 authored by Tamas Nepusz on 06 May 2022, 20:39:09 UTC, committed by Tamas Nepusz on 06 May 2022, 20:39:09 UTC
1 parent a2f52af
Raw File
Tip revision: d2b4078ce9adaf6d95eaf903d34b2adba356d7e4 authored by Tamas Nepusz on 06 May 2022, 20:39:09 UTC
fix: more rigorous memory cleanup in plfit_continuous() and plfit_discrete()
Tip revision: d2b4078
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{c,cc,cpp,h,hh,hpp}]
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab
back to top