~fluidity-core/fluidity/DG_Neumann

« back to all changes in this revision

Viewing changes to libspud/bin/spud-set

  • Committer: Timothy Bond
  • Date: 2011-12-06 11:38:19 UTC
  • mfrom: (3871.1.4 fix-diamond-4.1.1)
  • Revision ID: timothy.bond@imperial.ac.uk-20111206113819-n6utj7qfkerze9ul
This merge supplies:

* An updated version of libspud
* An install target for diamond in the root fluidity makefile
* A target in the root fluidity makefile to install user schemata

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
child.text = newval
41
41
 
42
42
newfile = open(sys.argv[1], "w")
43
 
tree.write(newfile, encoding="utf8", xml_declaration=True)
 
43
tree.write(newfile, encoding="utf-8", xml_declaration=True)