Streamlined verification

This commit is contained in:
jpekkila
2020-08-21 20:11:25 +03:00
parent b847b67805
commit 764e4dda69
6 changed files with 122 additions and 234 deletions

View File

@@ -41,7 +41,7 @@ main(void)
acInit(info);
acLoad(model);
acStore(&candidate);
acVerifyMesh(model, candidate);
acVerifyMesh("Load/Store", model, candidate);
// Attempt to integrate and check max and min
printf("Integrating... ");