From 172a76f3295490ca904ed68c72255c194e946879 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 22 Jan 2014 11:07:22 +0000
Subject: [PATCH] add missing parameter 'gridType'

[[Imported from SVN: r9617]]
---
 harmonicmaps.parset | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/harmonicmaps.parset b/harmonicmaps.parset
index 76fa1c28..b931d864 100644
--- a/harmonicmaps.parset
+++ b/harmonicmaps.parset
@@ -39,9 +39,11 @@ instrumented = 0
 ############################
 
 # 2d problem
+#gridType = unstructured
 #path = /home/haile/sander/data/richards/twosquares/
 #gridFile = twosquares0.grid
 
 # 3d problem
+gridType = unstructured
 path = /home/haile/sander/data/contact/tetracubes/
 gridFile = tetracube0.grid
-- 
GitLab