odprintf is an auxiliary function to printf for Win32 compatibility
parent
a367b97dc0
commit
5bde26a885
|
@ -20,7 +20,9 @@ typedef boost::numeric::ublas::vector<double> Vector;
|
||||||
|
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An auxiliary function to printf for Win32 compatibility, added by Kai
|
||||||
|
*/
|
||||||
void odprintf(const char *format, ...);
|
void odprintf(const char *format, ...);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue