ccx/ccx-2.16-abaqus-shell-heat-transfer-elements-read.patch
Stefan Brüns 37139b91e8 Accepting request 751703 from home:StefanBruens:branches:science
- update to 2.16:
  Too many changes to list, a full list of changes is
  available in the included LOGFILE.
  (boo#1146243).
- Examples/tests are now packages in the ccx-examples package
- Move docs to separate source package
- Update patches:
  * Drop (not applied) ccx-2.8-no-local-compare.patch
  * Drop ccx-1.2-doc-Makefile.patch
  * ccx-2.8-build.patch -> ccx-2.16-build.patch, foo.patch
  * ccx-2.5-abaqus-shell-heat-transfer-elements-read.patch ->
    ccx-2.16-abaqus-shell-heat-transfer-elements-read.patch
  * ccx-2.8-spooles-dynamic.patch -> ccx-2.16-spooles-dynamic.patch

OBS-URL: https://build.opensuse.org/request/show/751703
OBS-URL: https://build.opensuse.org/package/show/science/ccx?expand=0&rev=10
2019-11-29 00:02:37 +00:00

15 lines
510 B
Diff

Index: ccx-2.12/CalculiX/ccx_2.12/src/elements.f
===================================================================
--- a/src/elements.f
+++ b/src/elements.f
@@ -128,7 +128,8 @@
!
! removing the ABAQUS label for heat transfer elements
!
- if((label(1:2).eq.'DC').and.(label(1:7).ne.'DCOUP3D')) then
+ if((label(1:2).eq.'DC').or.(label(1:2).eq.'DS').and.
+ & (label(1:7).ne.'DCOUP3D')) then
label(1:7)=label(2:8)
label(8:8)=' '
!