aboutsummaryrefslogtreecommitdiff
path: root/pyfrs2vtu
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2016-03-11 21:16:41 +0000
committerPaul Garlick <pgarlick@tourbillion-technology.com>2016-03-11 21:16:41 +0000
commit086746ff58a19456111c9999e91e8a63e7e88acb (patch)
treed84e6ad5b91aa0a22deb957996f9d7aab20fb2e3 /pyfrs2vtu
parent730cc34523c9ff93eba95a62d7d3c6fa0bb811f8 (diff)
downloadpyfrUtils-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-xpyfrs2vtu2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyfrs2vtu b/pyfrs2vtu
index a0e6042..5f30308 100755
--- a/pyfrs2vtu
+++ b/pyfrs2vtu
@@ -1,4 +1,6 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
import argparse
import os
from sys import stdout