mkazhdan / ShapeSPH

Shape Spherical Harmonics (Descriptors, Alignment, and Symmetry)
MIT License
74 stars 25 forks source link

Typo #3

Open mpeven opened 5 years ago

mpeven commented 5 years ago

https://github.com/mkazhdan/ShapeSPH/blob/3123ba0b8660ec2f924c7cb63fe3124b0b74a337/ShapeDesriptor/ShapeDescriptor.cpp#L35

I think this should be #include "Util/CmdLineParser.h" (the C should be capitalized)

mkazhdan commented 5 years ago

Thanks. For gcc, I've been compiling on Ubuntu on Linux. Unfortunately, while it looks like Linux, apparently the file system is still a Windows file system so file names are case insensitive.