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