MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dump

Method dump

3rd_party/Src/ode/ode/src/testing.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136void dMatrixComparison::dump()
137{
138 for (int i=0; i<mat.size(); i++)
139 printf ("%d: %s (%dx%d)\n",i,mat[i]->name,mat[i]->n,mat[i]->m);
140}
141
142//****************************************************************************
143// unit test

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected