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 warn if a calculation name is not prefixed with the thorn name #133

Open ianhinder opened 8 years ago

ianhinder commented 8 years ago

Since all Cactus scheduled functions exist in a global namespace, it is good practice to prefix their names with the thorn name. This is typically what users do. Kranc could warn the user if this is not the case.