Skip to content
Snippets Groups Projects
Commit 4b9e7ca2 authored by george's avatar george
Browse files

minor update to the test exe .cpp

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2732 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 7bd6cb0f
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ int main(int argc, char* argv[])
}
// fork, create objects and do filtering
#ifdef TIMING_LOOP
for (int tt=0;tt<1000;++tt)
for (int tt=0;tt<10000;++tt)
{
#endif
KalmanTask kt(Y, Z, H, T, R, Q, *init);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment