Eigenmath/display.cpp

11 lines
98 B
C++
Raw Normal View History

2015-01-27 21:13:27 +01:00
#include "stdafx.h"
#include "defs.h"
void
display(U *p)
{
save();
printline(p);
restore();
}