Show
Ignore:
Timestamp:
06/09/10 14:00:40 (14 years ago)
Author:
mido
Message:

astyle applied all over the library

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/arx_straux.h

    r996 r1064  
    1818 
    1919struct str_aux { 
    20         vec d0; 
    21         double nu0; 
    22         mat L0; 
    23         mat L; 
    24         vec d; 
    25         double nu; 
    26         ivec strL;                 // Current structure of L and d 
    27         ivec strRgr;               // Structure elements currently inside regressor (after regressand) 
    28         ivec strMis;               // structure elements, that are currently outside regressor (before regressand) 
    29         int posit1;                // regressand position 
    30         int nbits;                                 // number of bits available in double 
    31         bvec bitstr; 
    32         double loglik;          // loglikelihood 
     20    vec d0; 
     21    double nu0; 
     22    mat L0; 
     23    mat L; 
     24    vec d; 
     25    double nu; 
     26    ivec strL;                 // Current structure of L and d 
     27    ivec strRgr;               // Structure elements currently inside regressor (after regressand) 
     28    ivec strMis;               // structure elements, that are currently outside regressor (before regressand) 
     29    int posit1;                // regressand position 
     30    int nbits;                             // number of bits available in double 
     31    bvec bitstr; 
     32    double loglik;              // loglikelihood 
    3333}; 
    3434 
     
    3636 
    3737struct str_statistics { 
    38         long long int allstrs; 
    39         int nrand; 
    40         int unique; 
    41         int to; 
    42         double cputime_seconds; 
    43         double itemspeed; 
    44         int muto; 
    45         ivec mutos; 
    46         vec maxmutos; 
     38    long long int allstrs; 
     39    int nrand; 
     40    int unique; 
     41    int to; 
     42    double cputime_seconds; 
     43    double itemspeed; 
     44    int muto; 
     45    ivec mutos; 
     46    vec maxmutos; 
    4747}; 
    4848