Changeset 644 for library/bdm/stat

Show
Ignore:
Timestamp:
09/29/09 15:34:50 (15 years ago)
Author:
smidl
Message:

win32 compilation fixes - does not compile yet...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r637 r644  
    302302                        for (int i=0; i<beta.length(); i++){ 
    303303                                GamRNG.setup(beta(i),1); 
    304                                 y(i)=GamRNG.sample(); 
     304                                #pragma omp critical 
     305                                y(i)=GamRNG(); 
    305306                        } 
    306307                        return y/sum(y);