tsdev / spinw

SpinW Matlab library for spin wave calculation
www.psi.ch/spinw
GNU General Public License v3.0
30 stars 35 forks source link

New preference class needs Matlab 2017a #56

Closed mducle closed 6 years ago

mducle commented 6 years ago

The new swpref class uses the built-in functions mustBeInteger, mustBeNonNegative, mustBeGreaterThan and mustBeLessThan which were introduced in Matlab 2017a.

Is Matlab 2017 or newer now a requirement?

wardsimon commented 6 years ago

No, 2017a is not a requirement. I just forgot to test against earlier versions. I fixed this in the new SpinW organisation https://github.com/SpinW/spinw . I'll make a pull request here as well so all code bases are up to date.

mducle commented 6 years ago

Ah ok. Sorry I didn't realise that there was a new repository.