Fix typos

time-shift
Sébastien Villemot 2013-02-05 15:49:27 +01:00
parent a06e3d9714
commit da046d378e
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2009-2012 Dynare Team * Copyright (C) 2009-2013 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
@ -110,7 +110,7 @@ private:
test = lapack::choleskyDecomp(Q, "L"); test = lapack::choleskyDecomp(Q, "L");
if (test > 0) if (test > 0)
{ {
mexPrintf("Caugth unhandled exception with cholesky of Q matrix: "); mexPrintf("Caught unhandled exception with cholesky of Q matrix: ");
logLikelihood = penalty; logLikelihood = penalty;
info = 1; info = 1;
} }
@ -146,7 +146,7 @@ private:
test = lapack::choleskyDecomp(H, "L"); test = lapack::choleskyDecomp(H, "L");
if (test > 0) if (test > 0)
{ {
mexPrintf("Caugth unhandled exception with cholesky of Q matrix: "); mexPrintf("Caught unhandled exception with cholesky of Q matrix: ");
logLikelihood = penalty; logLikelihood = penalty;
info = 1; info = 1;
} }