Skip to content

Commit

Permalink
Corrected kkitwrite function
Browse files Browse the repository at this point in the history
  • Loading branch information
hrani committed Jan 18, 2017
1 parent 1726122 commit 6ebca4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/savemodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
model = moose.loadModel(
os.path.join( cwd, '../genesis/reaction.g' ), '/model'
)
written = write('/model', 'testsave.g')
written = mooseWriteKkit('/model', 'testsave.g')
print( written )

0 comments on commit 6ebca4d

Please sign in to comment.