pletzer / mint

MINT - Mimetic Interpolation on the sphere
BSD Zero Clause License
8 stars 4 forks source link

Filemesh #53

Closed pletzer closed 2 years ago

pletzer commented 2 years ago

Fixes to compile and run on Windows. One of the most notable change is that the filename:meshname now use filename$meshname ($ as separator instead of ':'). This change was required on Windows because : had a special meaning on Windows file system. The cell locator called .front() on an empty vector, which has been fixed.