HTDerekLiu / surface_multigrid_code

C++ implementation of "Surface Multigrid via Intrinsic Prolongation"
GNU General Public License v3.0
60 stars 15 forks source link

Remove `__1::` #3

Closed alecjacobson closed 1 year ago

alecjacobson commented 1 year ago

These don't matter. They're just generated on Mac's clang. It's a good idea to remove them when specifying explicit templates.