Elizaaaaa / gesture-recognition-toolkit

Automatically exported from code.google.com/p/gesture-recognition-toolkit
0 stars 0 forks source link

Assignment operator of LowPassFilter does not copy yy #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an instance of LowPassFilter
2. Assign to this variable a new instance of LowPassFilter (the problem shows 
best if they have different dimensions)
3. Use the copied filter.

What is the expected output? What do you see instead?
An exception is thrown by vector yy, debugging shows it was not copied

What version of the product are you using? On what operating system?
revision 155 with visual studio express 2012

Please provide any additional information below.
...

Original issue reported on code.google.com by niels.ge...@gmail.com on 26 Mar 2013 at 8:08

GoogleCodeExporter commented 9 years ago
Thanks for flagging this! The bug has now been fixed as of revision 156.

Original comment by nickgill...@gmail.com on 26 Mar 2013 at 3:20