Fixed printing in matlab

release/4.3a0
Frank Dellaert 2009-12-12 04:12:24 +00:00
parent 2bd9e890d3
commit 56a4172480
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace gtsam {
#ifdef WIN32
OutputDebugString(buf);
#else
printf("%s",buf);
cout << buf;
#endif
}