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 9ce39af commit 8dd8c65Copy full SHA for 8dd8c65
cdf/lpair.h
@@ -0,0 +1,39 @@
1
+#ifndef cdf_lpair_h
2
+#define cdf_lpair_h
3
+
4
+#ifdef __cplusplus
5
+extern "C" {
6
+#endif
7
8
+void fileini_();
9
+void integrate_();
10
+void generate_(int&);
11
+void fragmentation_();
12
+int luchge_(int&);
13
14
+extern struct {
15
+ std::array<int, 20> ipar;
16
+ std::array<double, 20> lpar;
17
+} datapar_;
18
19
20
+ int accepted, ndim;
21
+ std::array<double, 10> x;
22
+} event_;
23
24
25
+ int n;
26
+ std::array<int, 5> k[4000];
27
+ std::array<float, 5> p[4000];
28
+} lujets_;
29
30
31
+ double s1, s2, s3, s4;
32
+} result_;
33
34
35
36
+}
37
38
39
0 commit comments