Typos in Implicit.hpp and remove Implicit.cpp

This commit is contained in:
Rémi Oudin 2018-01-31 16:43:44 +01:00
parent e63aa18c58
commit 88700c7c76
2 changed files with 1 additions and 1 deletions

View file

View file

@ -1,4 +1,4 @@
class ImplicitSurface {
public:
virtual double operator() (double x, double y, double z);
}
};