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

Kranc should give an error if a calculation name is the same as the thorn name #132

Open ianhinder opened 8 years ago

ianhinder commented 8 years ago

Kranc now uses a C++ namespace named after the thorn, and this is not allowed to conflict with calculation names. Hence, Kranc should give an error if a calculation name is the same as the thorn name.