Merge kernel source.

This commit is contained in:
Neil Lawrence 2014-04-23 12:21:05 +01:00
commit 643f338337
6 changed files with 70 additions and 59 deletions

View file

@ -12,6 +12,7 @@ from _src.ssrbf import SSRBF # TODO: ZD: did you remove this?
from _src.ODE_UY import ODE_UY
# TODO: put this in an init file somewhere
#I'm commenting this out because the files were not added. JH. Remember to add the files before commiting
try:
import sympy as sym
sympy_available=True
@ -19,8 +20,8 @@ except ImportError:
sympy_available=False
if sympy_available:
from _src.symbolic import Symbolic
from _src.symbolic2 import Symbolic
from _src.eq import Eq
from _src.heat_eqinit import Heat_eqinit
from _src.ode1_eq_lfm import Ode1_eq_lfm
#from _src.ode1_eq_lfm import Ode1_eq_lfm