SHA256
1
0
forked from pool/ccx
ccx/ccx-2.5-abaqus-shell-heat-transfer-elements-read.patch
2012-10-10 17:16:28 +00:00

14 lines
560 B
Diff

diff -aruN ccx_2.5.orig/src/elements.f ccx_2.5/src/elements.f
--- ccx_2.5.orig/src/elements.f 2012-10-06 15:13:06.000000000 +0200
+++ ccx_2.5/src/elements.f 2012-10-09 21:07:13.733108555 +0200
@@ -120,7 +120,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)=' '
endif