We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89a6dc commit 0e662b2Copy full SHA for 0e662b2
roottest/root/tree/index/runindexl64.C
@@ -5,9 +5,8 @@
5
bool test(TTree *);
6
7
const char *fname = "indexl64.root";
8
-https : // github.com/root-project/root/pull/19561
9
- const Long64_t bigval =
10
- 0x0FFFFFFFFFFFFFFF; // here we skip long double, so we can go higher than with runindex64.C
+// https://github.com/root-project/root/pull/19561
+const Long64_t bigval = 0x0FFFFFFFFFFFFFFF; // here we skip long double, so we can go higher than with runindex64.C
11
12
int runindexl64()
13
{
0 commit comments