Fixed printing in matlab
parent
2bd9e890d3
commit
56a4172480
|
@ -44,7 +44,7 @@ namespace gtsam {
|
|||
#ifdef WIN32
|
||||
OutputDebugString(buf);
|
||||
#else
|
||||
printf("%s",buf);
|
||||
cout << buf;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue