aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/elmer-gui/files')
-rw-r--r--sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch b/sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch
deleted file mode 100644
index 0918c8ea9..000000000
--- a/sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /var/tmp/portage/sci-misc/elmer-gui-9999/work/elmer-gui-9999/Application/src/mainwindow.cpp.auto-diff-temp 2012-11-15 17:16:40.602279216 +0100
-+++ /var/tmp/portage/sci-misc/elmer-gui-9999/work/elmer-gui-9999/Application/src/mainwindow.cpp 2012-11-15 17:16:52.226288133 +0100
-@@ -4778,7 +4778,7 @@
-
- mp.maxh = meshControl->nglibMaxH.toDouble();
- mp.fineness = meshControl->nglibFineness.toDouble();
-- mp.secondorder = 0;
-+ mp.second_order = 0;
- mp.meshsize_filename = backgroundmesh;
-
- if(ngDim == 3) {