Updated main Matlab help string

This commit is contained in:
hbristow
2013-08-07 01:10:51 +10:00
parent 7ef3be3429
commit c5ffd1fdea
2 changed files with 52 additions and 20 deletions

View File

@@ -88,7 +88,7 @@ class MatlabWrapperGenerator(object):
# create a global constants lookup table
const = dict(constants(todict(parse_tree.namespaces)))
populated = tconst.render(constants=const)
populated = tconst.render(constants=const, time=time)
with open(output_dir+'/cv.m', 'wb') as f:
f.write(populated)