diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2016-03-11 21:16:41 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2016-03-11 21:16:41 +0000 |
commit | 086746ff58a19456111c9999e91e8a63e7e88acb (patch) | |
tree | d84e6ad5b91aa0a22deb957996f9d7aab20fb2e3 /pyfrs2vtu | |
parent | 730cc34523c9ff93eba95a62d7d3c6fa0bb811f8 (diff) | |
download | pyfrUtils-086746ff58a19456111c9999e91e8a63e7e88acb.tar.gz |
include LICENSE file and AUTHORS file
pyfrm2xdmf: add encoding comment, allow for triangular cells
pyfrs2vtu: add encoding comment
Diffstat (limited to 'pyfrs2vtu')
-rwxr-xr-x | pyfrs2vtu | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- + import argparse import os from sys import stdout |