tetrahedron orientation test
This commit is contained in:
@ -2,11 +2,15 @@
|
||||
|
||||
//using namespace ams;
|
||||
using namespace amscuda;
|
||||
using namespace amscuda::fractallevelset;
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
printf("AMS Cuda Fractal Levelset Tests.\n");
|
||||
|
||||
|
||||
test_tetorientation();
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user