Skip to content
Snippets Groups Projects
Commit 32b8853b authored by Mark Woolrich's avatar Mark Woolrich
Browse files

*** empty log message ***

parent e9eceaa5
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ namespace MISCMATHS {
#endif
#define OUT(t) cout<<#t "="<<t<<endl;
#define LOGOUT(t) LogSingleton::getInstance().str()<<#t "="<<t<<endl;
// IO/string stuff
template <class T> string num2str(T n, int width=-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment