Ripser / ripser

Ripser: efficient computation of Vietoris–Rips persistence barcodes
http://ripser.org
MIT License
311 stars 78 forks source link

Actually move using std::move. #4

Closed mglisse closed 7 years ago

mglisse commented 7 years ago

Hello, I was taking a quick look at ripser and noticed this along the way. I doubt it matters for performance, but the code might as well do what it was intended to do.

ubauer commented 7 years ago

Thanks! It's fixed in the dev branch now.