testServer now handles all the 'test' variables

This commit is contained in:
Matej Sekoranja
2012-10-15 12:44:50 +02:00
parent a729998b3f
commit a88cb9cb02
2 changed files with 12 additions and 10 deletions

View File

@@ -334,6 +334,7 @@ void formatNTMatrix(std::ostream& o, PVStructurePtr const & pvStruct)
}
else
{
// column vector
rows = value->getLength();
cols = 1;
}