--Bug fixes

-Fix possible OpenCL bugs in cubic3D, cubicLattice3D, dc_cube, falloff, falloff2, falloff3, waffle.

--Code changes
 -Upgrade to Visual Studio 2019.
This commit is contained in:
Person
2020-04-11 20:07:12 -07:00
parent 8da0774652
commit 39414b2263
44 changed files with 26386 additions and 106 deletions

View File

@ -310,6 +310,7 @@ public:
<< "\n"
<< "\t\t break;\n"
<< "\t\t case 2:\n"
<< "\t\t default:\n"
<< "\t\t x = " << weight << " * p;\n"
<< "\t\t y = " << weight << " * q;\n"
<< "\t\t z = " << weight << " * (j ? -1 : 1);\n"