ianhinder / Kranc

A Mathematica package for generating code for solving time dependent partial differential equations
http://kranccode.org
GNU General Public License v2.0
28 stars 10 forks source link

Check input values for Pattern objects #130

Open ianhinder opened 8 years ago

ianhinder commented 8 years ago

A possible mistake when calling CreateThorn is to use an underscore when assigning a calculation name to a "variable". Kranc could check for the resulting Pattern object and give a better error message about not using underscores in variable names.