https://github.com/root-project/root
Raw File
Tip revision: ab2e7d80daba7feb575e6cd2908d2c2c2a73a41f authored by Danilo Piparo on 11 June 2024, 13:22:16 UTC
[math] Use correct type when invoking the GSLIntegrator
Tip revision: ab2e7d8
.gitattributes
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.sln eol=crlf
*.dsp eol=crlf
*.dsw eol=crlf
*.bat eol=crlf
*.cs  eol=crlf
*.csproj eol=crlf
*.vsct  eol=crlf
*.resx  eol=crlf
*.vsixmanifest  eol=crlf
tree/dataframe/test/RCsvDS_test_win.csv  eol=crlf

# Files in the LLVM monorepo are not normalized, avoid whitespace diffs.
interpreter/llvm-project/** -text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary
*.root binary
*.fits binary
back to top