diff options
author | 2012-12-03 14:18:53 +0100 | |
---|---|---|
committer | 2013-12-03 08:25:05 +0100 | |
commit | 8933ae04575f3bc41a535502523c0c7d01cc87ac (patch) | |
tree | 08315f3937354b0adb92df286d6c3b993a29a451 /sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch | |
parent | Merge branch 'master' into zhou13-master (diff) | |
download | sci-8933ae04575f3bc41a535502523c0c7d01cc87ac.tar.gz sci-8933ae04575f3bc41a535502523c0c7d01cc87ac.tar.bz2 sci-8933ae04575f3bc41a535502523c0c7d01cc87ac.zip |
sci-misc/elmer-meta: New ebuilds for Elmer FEM packages
Diffstat (limited to 'sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch')
-rw-r--r-- | sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 000000000..0918c8ea9 --- /dev/null +++ b/sci-misc/elmer-gui/files/elmer-gui-netgen-fixes.patch @@ -0,0 +1,11 @@ +--- /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) { |