The R Project SVN R

Rev

Rev 68749 | Rev 68947 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68749 Rev 68757
Line 92... Line 92...
92
 
92
 
93
    double e, f, g, r, t, y;
93
    double e, f, g, r, t, y;
94
 
94
 
95
    /* These should become 'thread_local globals' : */
95
    /* These should become 'thread_local globals' : */
96
    static int ks = -1, n1s = -1, n2s = -1;
96
    static int ks = -1, n1s = -1, n2s = -1;
97
    static int k, m, tn, minjx, maxjx, n1, n2;
97
    static int k, m, minjx, maxjx, n1, n2;
-
 
98
    static double tn;
98
    // II :
99
    // II :
99
    static double w;
100
    static double w;
100
    // III:
101
    // III:
101
    static double a, d, s, xl, xr, kl, kr, lamdl, lamdr, p1, p2, p3;
102
    static double a, d, s, xl, xr, kl, kr, lamdl, lamdr, p1, p2, p3;
102
 
103