X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=src%2Fsources%2FEMGLLF.h;h=8f375ff2028a0f5845dfe0ff573a4cd6541383f3;hb=53fa233d8fbeaf4d51a4874ba69d8472d01d04ba;hp=c75b89d05421632b50a706b1d741ed7df80e090d;hpb=493a35bfea6d1210c94ced8fbfe3e572f0389ea5;p=valse.git diff --git a/src/sources/EMGLLF.h b/src/sources/EMGLLF.h index c75b89d..8f375ff 100644 --- a/src/sources/EMGLLF.h +++ b/src/sources/EMGLLF.h @@ -1,16 +1,16 @@ -#ifndef select_EMGLLF_H -#define select_EMGLLF_H +#ifndef valse_EMGLLF_H +#define valse_EMGLLF_H -#include "ioutils.h" +#include "utils.h" -void EMGLLF( +void EMGLLF_core( // IN parameters const Real* phiInit, const Real* rhoInit, const Real* piInit, const Real* gamInit, - Int mini, - Int maxi, + int mini, + int maxi, Real gamma, Real lambda, const Real* X, @@ -23,9 +23,9 @@ void EMGLLF( Real* LLF, Real* S, // additional size parameters - mwSize n, - mwSize p, - mwSize m, - mwSize k); + int n, + int p, + int m, + int k); #endif