Skip to content

Commit

Permalink
Fixing error in generateRHS function and small typo
Browse files Browse the repository at this point in the history
error: b[-2] should be b[-1] and b=numpy.zeros_like(T)
       it's unnecessary, and it's not correct.
typo: nx was real I set it up as integer as it should be.
  • Loading branch information
ncclementi committed Dec 18, 2015
1 parent 8898254 commit e82cc84
Showing 1 changed file with 19 additions and 19 deletions.
Loading

0 comments on commit e82cc84

Please sign in to comment.