Eigenmath/display.cpp

11 lines
98 B
C++

#include "stdafx.h"
#include "defs.h"
void
display(U *p)
{
save();
printline(p);
restore();
}