SRaent / FiNTA

GNU General Public License v3.0
4 stars 1 forks source link

Conflicting variable name in lineanalysis::process #3

Open harjuj opened 11 months ago

harjuj commented 11 months ago

When I tried compiling the code using CMake in Ubuntu, line 193 in userinterface.cpp was giving me problems: https://github.com/SRaent/FiNTA/blob/f491d96593783fb4331ad7ddd2975e4e56a69487/userinterface.cpp#L193

It seems like Mat I creates a conflict, changing the variable name worked for me.

Also, CMake might be more easily transferrable than the current compile.sh. Happy to contribute if you're interested :)

SRaent commented 11 months ago

Hey, thank you for your offer to contribute, i'd be more than happy to merge a merge request filed by you.