damian-666 / b-tk

Automatically exported from code.google.com/p/b-tk
0 stars 0 forks source link

Fix the issue related to btkAppendMetaData and the possible missing field numdims #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some peoples use directly the Matlab function btkAppendMetaData with the result 
of the function btkGetMetaData (as the structure 'info' was the same in BTK 
0.1.x for both functions). This is no more possible with BTK 0.2.x.

Instead of adding the field 'numdims' in the structures 'info' returned by the 
function btkGetMetaData, it is the function which must know what to do in case 
the field 'numdims' does not exist.

The function btkAppendMetaData will be able in BTK 0.3 to support the behavior 
of both BTK 0.1.x and BTK 0.2.x.

Original issue reported on code.google.com by arnaud.barre on 2 Jul 2013 at 9:54

GoogleCodeExporter commented 8 years ago
Fixed in the revision 9dc48489427f

Original comment by arnaud.barre on 9 Nov 2013 at 4:27