complexvariables / conformalmapping

Conformal mapping toolkit for MATLAB
Other
11 stars 9 forks source link

Convert `cmt` static class to package #34

Closed ehkropf closed 9 years ago

ehkropf commented 9 years ago

Can't really see the justification for a pure static class here. I wanted to avoid packages, but on reflection this is a pretty good use case for them.

A side benefit: some not too much older versions of matlab don't have the unit test classes. Other functions in the cmt namespace could still function without the need to do any tricks to leave the runTests function.