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

SimpleWave example on documentation page has incorrect MMA code #142

Closed rhaas80 closed 6 years ago

rhaas80 commented 6 years ago

The SimpleWave.m example page on http://kranccode.org/documentation.html contains

groups = evolved_group};

which is incorrect and should instead read

groups = {{"evolved_group", {phi, pi}}};

The code shown on the web-page is also a bit out-of-sync with the code in the MMA script though I think it is only a matter of re-ordering lines.

ianhinder commented 6 years ago

Pull request welcome :)

rhaas80 commented 6 years ago

Turned out to be an issue with Liquid's parsing of the the html code.

https://github.com/ianhinder/Kranc/pull/143

ianhinder commented 6 years ago

Closed in PR #143.