From 086746ff58a19456111c9999e91e8a63e7e88acb Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Fri, 11 Mar 2016 21:16:41 +0000 Subject: include LICENSE file and AUTHORS file pyfrm2xdmf: add encoding comment, allow for triangular cells pyfrs2vtu: add encoding comment --- pyfrs2vtu | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyfrs2vtu') 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 -- cgit