View | Details | Raw Unified | Return to bug 222914 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ccx
4
PORTNAME=	ccx
5
PORTVERSION=	2.12
5
PORTVERSION=	2.13
6
PORTREVISION=	1
7
CATEGORIES=	cad
6
CATEGORIES=	cad
8
MASTER_SITES=	http://www.dhondt.de/
7
MASTER_SITES=	http://www.dhondt.de/
9
PKGNAMEPREFIX=	CalculiX-
8
PKGNAMEPREFIX=	CalculiX-
(-)distinfo (-9 / +9 lines)
Lines 1-9 Link Here
1
TIMESTAMP = 1502672327
1
TIMESTAMP = 1509291119
2
SHA256 (calculix/ccx_2.12.src.tar.bz2) = d75427dfb6db70fdfbb5939df22da8addf0ea4522cff32c9cdc4029e39b6b914
2
SHA256 (calculix/ccx_2.13.src.tar.bz2) = 7685f4ddd0dc698fa1ad0f82594a6fe52ffa8f604c1e74befa048d3d46f49ce2
3
SIZE (calculix/ccx_2.12.src.tar.bz2) = 1061630
3
SIZE (calculix/ccx_2.13.src.tar.bz2) = 1166432
4
SHA256 (calculix/ccx_2.12.htm.tar.bz2) = 79f16a016d37ae8b1599946dbbeb56fc256ba848413fa8ccfbab5b565b41a9e9
4
SHA256 (calculix/ccx_2.13.htm.tar.bz2) = 34061658590d9c584c52037cfe3cb6d4305287092cce693a3776423459851b8b
5
SIZE (calculix/ccx_2.12.htm.tar.bz2) = 2130840
5
SIZE (calculix/ccx_2.13.htm.tar.bz2) = 2143576
6
SHA256 (calculix/ccx_2.12.ps.tar.bz2) = c93b191cf0b89bbb8c24bcc0f8a6a5425a690f6b3a6d58e27274dbf668312df4
6
SHA256 (calculix/ccx_2.13.ps.tar.bz2) = 9c7f2c4fb4f8669b6c9ecb13fc4f54f9d96d23739138cf807cc8b454f0e6ea3c
7
SIZE (calculix/ccx_2.12.ps.tar.bz2) = 2630996
7
SIZE (calculix/ccx_2.13.ps.tar.bz2) = 2643528
8
SHA256 (calculix/ccx_2.12.test.tar.bz2) = 1a3758a09a444472bccf0998ae66d3f78671c9fd8a3c8a8fe59372e9b5787bd8
8
SHA256 (calculix/ccx_2.13.test.tar.bz2) = b6eedf6797b5ac6550b21c48f9a13cbd6094eb335c72f587992a2f770af27ad0
9
SIZE (calculix/ccx_2.12.test.tar.bz2) = 9380946
9
SIZE (calculix/ccx_2.13.test.tar.bz2) = 9429551
(-)files/patch-CalculiX.h (-1 / +1 lines)
Lines 1-4 Link Here
1
--- CalculiX.h.orig	2017-04-02 12:59:25 UTC
1
--- CalculiX.h.orig	2017-10-08 20:06:28 UTC
2
+++ CalculiX.h
2
+++ CalculiX.h
3
@@ -15,12 +15,14 @@
3
@@ -15,12 +15,14 @@
4
 /*     along with this program; if not, write to the Free Software       */
4
 /*     along with this program; if not, write to the Free Software       */
(-)files/patch-Makefile (-14 / +8 lines)
Lines 1-4 Link Here
1
--- Makefile.orig	2017-04-02 12:59:26 UTC
1
--- Makefile.orig	2017-10-08 20:06:29 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -1,9 +1,9 @@
3
@@ -1,9 +1,9 @@
4
 
4
 
Lines 14-34 Link Here
14
 
14
 
15
 .c.o :
15
 .c.o :
16
 	$(CC) $(CFLAGS) -c $<
16
 	$(CC) $(CFLAGS) -c $<
17
@@ -18,15 +18,10 @@ OCCXF = $(SCCXF:.f=.o)
17
@@ -21,9 +21,8 @@ OCCXMAIN = $(SCCXMAIN:.c=.o)
18
 OCCXC = $(SCCXC:.c=.o)
18
 DIR=../../../SPOOLES.2.2
19
 OCCXMAIN = $(SCCXMAIN:.c=.o)
20
 
19
 
21
-DIR=../../../SPOOLES.2.2
20
 LIBS = \
22
-
23
-LIBS = \
24
-       $(DIR)/spooles.a \
21
-       $(DIR)/spooles.a \
25
-	../../../ARPACK/libarpack_INTEL.a \
22
-	../../../ARPACK/libarpack_INTEL.a \
26
-       -lpthread -lm -lc
23
-       -lpthread -lm -lc
27
+LIBS = -lspooles -larpack %%BLAS_LIBS%% %%LAPACK_LIBS%% -lm
24
+       -lspooles -larpack %%BLAS_LIBS%% %%LAPACK_LIBS%% \
25
+       -lm
28
 
26
 
29
 ccx_2.12: $(OCCXMAIN) ccx_2.12.a  $(LIBS)
27
 ccx_2.13: $(OCCXMAIN) ccx_2.13.a  $(LIBS)
30
-	./date.pl; $(CC) $(CFLAGS) -c ccx_2.12.c; $(FC) -fopenmp -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.12.a $(LIBS)
28
 	./date.pl; $(CC) $(CFLAGS) -c ccx_2.13.c; $(FC) -fopenmp -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.13.a $(LIBS)
31
+	./date.pl; $(CC) $(CFLAGS) -c ccx_2.12.c; $(FC) -fopenmp -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.12.a -lpthread $(LIBS)
32
 
33
 ccx_2.12.a: $(OCCXF) $(OCCXC)
34
 	ar vr $@ $?
(-)pkg-plist (-5 / +62 lines)
Lines 1020-1026 Link Here
1020
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1913.png
1020
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1913.png
1021
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1914.png
1021
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1914.png
1022
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1915.png
1022
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1915.png
1023
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1916.png
1024
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1917.png
1025
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1918.png
1026
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1919.png
1023
%%PORTDOCS%%%%DOCSDIR%%/ccx/img192.png
1027
%%PORTDOCS%%%%DOCSDIR%%/ccx/img192.png
1028
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1920.png
1029
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1921.png
1030
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1922.png
1031
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1923.png
1032
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1924.png
1033
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1925.png
1024
%%PORTDOCS%%%%DOCSDIR%%/ccx/img193.png
1034
%%PORTDOCS%%%%DOCSDIR%%/ccx/img193.png
1025
%%PORTDOCS%%%%DOCSDIR%%/ccx/img194.png
1035
%%PORTDOCS%%%%DOCSDIR%%/ccx/img194.png
1026
%%PORTDOCS%%%%DOCSDIR%%/ccx/img195.png
1036
%%PORTDOCS%%%%DOCSDIR%%/ccx/img195.png
Lines 2245-2252 Link Here
2245
%%PORTDOCS%%%%DOCSDIR%%/ccx/node392.html
2255
%%PORTDOCS%%%%DOCSDIR%%/ccx/node392.html
2246
%%PORTDOCS%%%%DOCSDIR%%/ccx/node393.html
2256
%%PORTDOCS%%%%DOCSDIR%%/ccx/node393.html
2247
%%PORTDOCS%%%%DOCSDIR%%/ccx/node394.html
2257
%%PORTDOCS%%%%DOCSDIR%%/ccx/node394.html
2258
%%PORTDOCS%%%%DOCSDIR%%/ccx/node395.html
2259
%%PORTDOCS%%%%DOCSDIR%%/ccx/node396.html
2260
%%PORTDOCS%%%%DOCSDIR%%/ccx/node397.html
2261
%%PORTDOCS%%%%DOCSDIR%%/ccx/node398.html
2262
%%PORTDOCS%%%%DOCSDIR%%/ccx/node399.html
2248
%%PORTDOCS%%%%DOCSDIR%%/ccx/node4.html
2263
%%PORTDOCS%%%%DOCSDIR%%/ccx/node4.html
2249
%%PORTDOCS%%%%DOCSDIR%%/ccx/node40.html
2264
%%PORTDOCS%%%%DOCSDIR%%/ccx/node40.html
2265
%%PORTDOCS%%%%DOCSDIR%%/ccx/node400.html
2266
%%PORTDOCS%%%%DOCSDIR%%/ccx/node401.html
2267
%%PORTDOCS%%%%DOCSDIR%%/ccx/node402.html
2268
%%PORTDOCS%%%%DOCSDIR%%/ccx/node403.html
2269
%%PORTDOCS%%%%DOCSDIR%%/ccx/node404.html
2270
%%PORTDOCS%%%%DOCSDIR%%/ccx/node405.html
2250
%%PORTDOCS%%%%DOCSDIR%%/ccx/node41.html
2271
%%PORTDOCS%%%%DOCSDIR%%/ccx/node41.html
2251
%%PORTDOCS%%%%DOCSDIR%%/ccx/node42.html
2272
%%PORTDOCS%%%%DOCSDIR%%/ccx/node42.html
2252
%%PORTDOCS%%%%DOCSDIR%%/ccx/node43.html
2273
%%PORTDOCS%%%%DOCSDIR%%/ccx/node43.html
Lines 2311-2317 Link Here
2311
%%PORTDOCS%%%%DOCSDIR%%/ccx/node97.html
2332
%%PORTDOCS%%%%DOCSDIR%%/ccx/node97.html
2312
%%PORTDOCS%%%%DOCSDIR%%/ccx/node98.html
2333
%%PORTDOCS%%%%DOCSDIR%%/ccx/node98.html
2313
%%PORTDOCS%%%%DOCSDIR%%/ccx/node99.html
2334
%%PORTDOCS%%%%DOCSDIR%%/ccx/node99.html
2314
%%PORTDOCS%%%%DOCSDIR%%/ccx_2.12.ps.gz
2335
%%PORTDOCS%%%%DOCSDIR%%/ccx_2.13.ps.gz
2315
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/achtel2.dat.ref
2336
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/achtel2.dat.ref
2316
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/achtel2.inp
2337
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/achtel2.inp
2317
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/achtel29.dat.ref
2338
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/achtel29.dat.ref
Lines 2451-2456 Link Here
2451
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy6.inp
2472
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy6.inp
2452
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy7.dat.ref
2473
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy7.dat.ref
2453
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy7.inp
2474
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy7.inp
2475
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy7bm.dat.ref
2476
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy7bm.inp
2454
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy8.dat.ref
2477
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy8.dat.ref
2455
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy8.inp
2478
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy8.inp
2456
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy9.dat.ref
2479
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamdy9.dat.ref
Lines 2590-2595 Link Here
2590
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beampt.inp
2613
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beampt.inp
2591
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied1.dat.ref
2614
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied1.dat.ref
2592
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied1.inp
2615
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied1.inp
2616
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied1noadjust.dat.ref
2617
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied1noadjust.inp
2593
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied2.dat.ref
2618
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied2.dat.ref
2594
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied2.inp
2619
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied2.inp
2595
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied3.dat.ref
2620
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamptied3.dat.ref
Lines 2741-2748 Link Here
2741
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cou.inp
2766
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cou.inp
2742
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cou2d.dat.ref
2767
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cou2d.dat.ref
2743
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cou2d.inp
2768
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cou2d.inp
2744
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cou2d_h.dat.ref
2745
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cou2d_h.inp
2746
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couette1.dat.ref
2769
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couette1.dat.ref
2747
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couette1.inp
2770
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couette1.inp
2748
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couette1per.dat.ref
2771
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couette1per.dat.ref
Lines 2825-2830 Link Here
2825
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem2.inp
2848
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem2.inp
2826
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem3.dat.ref
2849
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem3.dat.ref
2827
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem3.inp
2850
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem3.inp
2851
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem4.dat.ref
2852
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem4.frd.ref
2853
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/equrem4.inp
2828
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/frdcheck.pl
2854
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/frdcheck.pl
2829
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fricloop.dat.ref
2855
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fricloop.dat.ref
2830
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fricloop.frd.ref
2856
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fricloop.frd.ref
Lines 2833-2838 Link Here
2833
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/friction1.inp
2859
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/friction1.inp
2834
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/friction2.dat.ref
2860
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/friction2.dat.ref
2835
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/friction2.inp
2861
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/friction2.inp
2862
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/friction3.dat.ref
2863
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/friction3.inp
2836
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fullseg.dat.ref
2864
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fullseg.dat.ref
2837
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fullseg.inp
2865
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fullseg.inp
2838
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/furnace.dat.ref
2866
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/furnace.dat.ref
Lines 2862-2869 Link Here
2862
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe13.inp
2890
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe13.inp
2863
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe14.dat.ref
2891
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe14.dat.ref
2864
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe14.inp
2892
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe14.inp
2865
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe15.dat.ref
2866
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe15.inp
2867
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe2.dat.ref
2893
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe2.dat.ref
2868
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe2.inp
2894
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe2.inp
2869
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe3.dat.ref
2895
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe3.dat.ref
Lines 2878-2883 Link Here
2878
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe7.inp
2904
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe7.inp
2879
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-cfd-massflow.dat.ref
2905
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-cfd-massflow.dat.ref
2880
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-cfd-massflow.inp
2906
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-cfd-massflow.inp
2907
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-cfd-pressure-split.dat.ref
2908
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-cfd-pressure-split.inp
2881
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-cfd-pressure.dat.ref
2909
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-cfd-pressure.dat.ref
2882
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-cfd-pressure.inp
2910
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-cfd-pressure.inp
2883
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-oil.dat.ref
2911
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gaspipe8-oil.dat.ref
Lines 2894-2899 Link Here
2894
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green2.dat.ref
2922
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green2.dat.ref
2895
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green2.frd.ref
2923
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green2.frd.ref
2896
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green2.inp
2924
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green2.inp
2925
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green3.dat.ref
2926
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green3.frd.ref
2927
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green3.inp
2928
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green4.dat.ref
2929
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green4.frd.ref
2930
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green4.inp
2931
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hinge.dat.ref
2932
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hinge.inp
2897
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hueeber1.dat.ref
2933
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hueeber1.dat.ref
2898
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hueeber1.inp
2934
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hueeber1.inp
2899
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hueeber2.dat.ref
2935
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hueeber2.dat.ref
Lines 2910-2915 Link Here
2910
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/induction2.inp
2946
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/induction2.inp
2911
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inistrain.dat.ref
2947
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inistrain.dat.ref
2912
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inistrain.inp
2948
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inistrain.inp
2949
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/input.inp
2913
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labyrinth1fin.dat.ref
2950
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labyrinth1fin.dat.ref
2914
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labyrinth1fin.inp
2951
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labyrinth1fin.inp
2915
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labyrinthstepped.dat.ref
2952
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labyrinthstepped.dat.ref
Lines 2927-2932 Link Here
2927
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mass1.inp
2964
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mass1.inp
2928
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mass2.dat.ref
2965
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mass2.dat.ref
2929
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mass2.inp
2966
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mass2.inp
2967
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mass3.dat.ref
2968
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mass3.inp
2930
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/massflow_percent_ccx.dat.ref
2969
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/massflow_percent_ccx.dat.ref
2931
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/massflow_percent_ccx.inp
2970
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/massflow_percent_ccx.inp
2932
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/metalforming.dat.ref
2971
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/metalforming.dat.ref
Lines 2942-2947 Link Here
2942
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpcforce.inp
2981
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpcforce.inp
2943
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multistage.dat.ref
2982
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multistage.dat.ref
2944
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multistage.inp
2983
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multistage.inp
2984
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/networkmpc.dat.ref
2985
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/networkmpc.inp
2945
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneel.dat.ref
2986
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneel.dat.ref
2946
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneel.frd.ref
2987
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneel.frd.ref
2947
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneel.inp
2988
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/oneel.inp
Lines 2999-3004 Link Here
2999
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pret2.inp
3040
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pret2.inp
3000
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pret3.dat.ref
3041
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pret3.dat.ref
3001
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pret3.inp
3042
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pret3.inp
3043
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pret4.dat.ref
3044
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pret4.frd.ref
3045
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pret4.inp
3002
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primaryair.dat.ref
3046
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primaryair.dat.ref
3003
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primaryair.frd.ref
3047
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primaryair.frd.ref
3004
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primaryair.inp
3048
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primaryair.inp
Lines 3020-3025 Link Here
3020
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ring1.inp
3064
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ring1.inp
3021
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ring2.dat.ref
3065
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ring2.dat.ref
3022
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ring2.inp
3066
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ring2.inp
3067
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ring3.dat.ref
3068
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ring3.inp
3023
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ringfcontact1.dat.ref
3069
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ringfcontact1.dat.ref
3024
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ringfcontact1.inp
3070
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ringfcontact1.inp
3025
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ringfcontact2.dat.ref
3071
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ringfcontact2.dat.ref
Lines 3136-3141 Link Here
3136
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe3.inp
3182
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe3.inp
3137
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe4.dat.ref
3183
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe4.dat.ref
3138
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe4.inp
3184
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplebeampipe4.inp
3185
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/small_pressure_gradient.dat.ref
3186
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/small_pressure_gradient.inp
3139
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidshell1.dat.ref
3187
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidshell1.dat.ref
3140
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidshell1.inp
3188
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidshell1.inp
3141
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidshell2.dat.ref
3189
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidshell2.dat.ref
Lines 3178-3190 Link Here
3178
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thermomech2.inp
3226
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thermomech2.inp
3179
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thread.dat.ref
3227
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thread.dat.ref
3180
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thread.inp
3228
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thread.inp
3229
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transition.dat.ref
3230
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transition.frd.ref
3231
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transition.inp
3181
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss.dat.ref
3232
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss.dat.ref
3182
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss.frd.ref
3233
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss.frd.ref
3183
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss.inp
3234
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss.inp
3184
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/twobeam.frd
3235
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/twobeam.frd
3236
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unet1.dat.ref
3237
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unet1.inp
3238
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unetp1.dat.ref
3239
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unetp1.inp
3185
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uprofile.dat.ref
3240
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uprofile.dat.ref
3186
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uprofile.frd.ref
3241
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uprofile.frd.ref
3187
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uprofile.inp
3242
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uprofile.inp
3243
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userbeam.dat.ref
3244
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userbeam.inp
3188
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vortex1.dat.ref
3245
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vortex1.dat.ref
3189
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vortex1.inp
3246
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vortex1.inp
3190
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vortex2.dat.ref
3247
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vortex2.dat.ref

Return to bug 222914