16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
#include <amscudafractallevelset/amscudafractallevelset.cuh>
|
|
|
|
//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;
|
|
} |