disable dot message

This commit is contained in:
Trammell Hudson 2015-02-22 15:10:51 -05:00
parent e34c2e2911
commit 0c3a89ff0f
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ stl_angle(
v3_t cross = v3_cross(dx21, dx43);
float dot = v3_dot(dx31, cross);
//if (debug)
if (debug)
fprintf(stderr, "dot %f:\n %f,%f,%f\n %f,%f,%f\n %f,%f,%f\n %f,%f,%f\n",
dot,
x1.p[0], x1.p[1], x1.p[2],