Skip to content
Snippets Groups Projects
Commit f9814af1 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

add missing arguments to write statement

parent 50720ade
No related branches found
No related tags found
No related merge requests found
...@@ -923,14 +923,14 @@ C MARGINAL LIKELIHOOD ...@@ -923,14 +923,14 @@ C MARGINAL LIKELIHOOD
IF ((estimation.EQ.'ML').OR.(estimation.EQ.'ml').OR. IF ((estimation.EQ.'ML').OR.(estimation.EQ.'ml').OR.
& (estimation.EQ.'Ml').OR.(estimation.EQ.'mL')) THEN & (estimation.EQ.'Ml').OR.(estimation.EQ.'mL')) THEN
#if defined(MEX) #if defined(MEX)
WRITE(MEXPRINT,1119) TRIM(PATH) WRITE(MEXPRINT,1119) IT,TRIM(PATH)
mpfout = mexPrintf(MEXPRINT//achar(13)) mpfout = mexPrintf(MEXPRINT//achar(13))
#else #else
WRITE(6,1119) IT,TRIM(PATH) WRITE(6,1119) IT,TRIM(PATH)
#endif #endif
ELSE ELSE
#if defined(MEX) #if defined(MEX)
WRITE(MEXPRINT,1116) TRIM(PATH) WRITE(MEXPRINT,1116) IT,TRIM(PATH)
mpfout = mexPrintf(MEXPRINT//achar(13)) mpfout = mexPrintf(MEXPRINT//achar(13))
#else #else
WRITE(6,1116) IT,TRIM(PATH) WRITE(6,1116) IT,TRIM(PATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment