G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
66 stars 36 forks source link

Assignment operator of Dimension.cpp #594

Closed jgrewe closed 8 years ago

jgrewe commented 8 years ago

The assignment operator in Dimension.cpp checks for the type of the passed Dimension and only assigns if types match. If they do not, it does not do anything.

It should throw an exception...