complexvariables / conformalmapping

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

Rename apply map implementation functions #39

Closed ehkropf closed 10 years ago

ehkropf commented 10 years ago

Functions following the conformalmap apply scheme implement apply_map to override the default identity behaviour. Some classes use an additional private apply_map_. Rename these to applyMap and, e.g., applyMapPrivate respectively.