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

Collapse All | Expand All

(-)cad/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
    COMMENT = CAD tools
4
    COMMENT = CAD tools
5
5
6
    SUBDIR += NASTRAN
6
    SUBDIR += admesh
7
    SUBDIR += admesh
7
    SUBDIR += adms
8
    SUBDIR += adms
8
    SUBDIR += alliance
9
    SUBDIR += alliance
(-)cad/NASTRAN/Makefile (+57 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	NASTRAN-95
5
PORTVERSION=	20151227
6
CATEGORIES=	cad science
7
8
MAINTAINER=	pfg@FreeBSD.org
9
COMMENT=	NASA Structural Analysis System
10
11
LICENSE=	NASA
12
LICENSE_NAME=   NASA OPEN SOURCE AGREEMENT VERSION 1.3
13
LICENSE_FILE=	${FILESDIR}/NASTRAN95-license.txt
14
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	twuerfl
18
GH_TAGNAME=	0e77a84
19
20
USES=		fortran gmake
21
22
ALL_TARGET=	# empty
23
INSTALL_TARGET=install-strip
24
25
NASTHOME= 	${PREFIX}/libexec/${PORTNAME}
26
PLIST_SUB=	NASTHOME=${NASTHOME}
27
28
pre-build:
29
	@${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%FFLAGS%%+${FFLAGS}+g;' \
30
		${WRKSRC}/sb/Makefile \
31
		${WRKSRC}/um/Makefile
32
33
do-build:
34
	@(cd ${WRKSRC}/sb; ${MAKE_CMD} ${ALL_TARGET})
35
	@(cd ${WRKSRC}/um; ${MAKE_CMD} ${ALL_TARGET})
36
	@(cd ${WRKSRC}/utility; ${FC} -o chkfil.exe ${FFLAGS} chkfil.f ${LDFLAGS})
37
38
do-install:
39
	@${REINPLACE_CMD} -e 's+%%NASTHOME%%+${NASTHOME}+g' \
40
		${WRKSRC}/bin/nastran
41
	${INSTALL_SCRIPT} ${WRKSRC}/bin/nastran ${STAGEDIR}${PREFIX}/bin/
42
	@${MKDIR} ${STAGEDIR}${NASTHOME}/bin
43
	${INSTALL} ${WRKSRC}/sb/nastran.exe ${STAGEDIR}${NASTHOME}/bin/nastrn.exe
44
	${INSTALL} ${WRKSRC}/utility/chkfil.exe ${STAGEDIR}${NASTHOME}/bin/
45
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
46
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
47
	${INSTALL_DATA} ${WRKSRC}/*.pdf	${STAGEDIR}${DOCSDIR}
48
.for dir in rf
49
	(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${NASTHOME})
50
.endfor
51
	@${MKDIR} ${STAGEDIR}${NASTHOME}/um/
52
	${INSTALL} ${WRKSRC}/um/nasthelp.exe ${STAGEDIR}${NASTHOME}/um/
53
	${INSTALL_DATA} ${WRKSRC}/um/*.TXT ${STAGEDIR}${NASTHOME}/um/
54
.for dir in demoout inp test
55
	(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${EXAMPLESDIR})
56
.endfor
57
.include <bsd.port.mk>
(-)cad/NASTRAN/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1470760555
2
SHA256 (twuerfl-NASTRAN-95-20151227-0e77a84_GH0.tar.gz) = f54b3316db8b5788dfbd70c7edec9ea588088fa1ac155e3c1bd1bf7ab17ce7f4
3
SIZE (twuerfl-NASTRAN-95-20151227-0e77a84_GH0.tar.gz) = 84075299
(-)cad/NASTRAN/files/NASTRAN95-license.txt (+104 lines)
Line 0 Link Here
1
NASA OPEN SOURCE AGREEMENT VERSION 1.3
2
3
THIS OPEN SOURCE AGREEMENT ("AGREEMENT") DEFINES THE RIGHTS OF USE, REPRODUCTION, DISTRIBUTION, MODIFICATION AND REDISTRIBUTION OF CERTAIN COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY").  THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN INTENDED THIRD-PARTY BENEFICIARY OF ALL SUBSEQUENT DISTRIBUTIONS OR REDISTRIBUTIONS OF THE SUBJECT SOFTWARE.  ANYONE WHO USES, REPRODUCES, DISTRIBUTES, MODIFIES OR REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED HEREIN, OR ANY PART THEREOF, IS, BY THAT ACTION, ACCEPTING IN FULL THE RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN THIS AGREEMENT. 
4
5
Government Agency: National Aeronautics and Space Administration  
6
Government Agency Original Software Designation: LAR-16804-GS
7
Government Agency Original Software Title: NASTRAN
8
Government Agency Point of Contact for Original Software: b.lumanog@nasa.gov
9
10
1. DEFINITIONS
11
12
A. "Contributor" means Government Agency, as the developer of the Original Software, and any entity that makes a Modification.
13
B. "Covered Patents" mean patent claims licensable by a Contributor that are necessarily infringed by the use or sale of its Modification alone or when combined with the Subject Software.
14
C.  "Display" means the showing of a copy of the Subject Software, either directly or by means of an image, or any other device.
15
D. "Distribution" means conveyance or transfer of the Subject Software, regardless of means, to another.
16
E.  "Larger Work" means computer software that combines Subject Software, or portions thereof, with software separate from the Subject Software that is not governed by the terms of this Agreement.
17
F.  "Modification" means any alteration of, including addition to or deletion from, the substance or structure of either the Original Software or Subject Software, and includes derivative works, as that term is defined in the Copyright Statute, 17 USC 101.  However, the act of including Subject Software as part of a Larger Work does not in and of itself constitute a Modification.
18
G. "Original Software" means the computer software first released under this Agreement by Government Agency with Government Agency designation LAR-16804-GS and entitled NASTRAN, including source code, object code and accompanying documentation, if any.
19
H. "Recipient" means anyone who acquires the Subject Software under this Agreement, including all Contributors.
20
I. "Redistribution" means Distribution of the Subject Software after a Modification has been made.
21
J. "Reproduction" means the making of a counterpart, image or copy of the Subject Software.
22
K. "Sale" means the exchange of the Subject Software for money or equivalent value.
23
L. "Subject Software" means the Original Software, Modifications, or any respective parts thereof.
24
M. "Use" means the application or employment of the Subject Software for any purpose.
25
26
2. GRANT OF RIGHTS
27
28
A. Under Non-Patent Rights:  Subject to the terms and conditions of this Agreement, each Contributor, with respect to its own contribution to the Subject Software, hereby grants to each Recipient a non-exclusive, world-wide, royalty-free license to engage in the following activities pertaining to the Subject Software:
29
30
1. Use
31
2. Distribution
32
3. Reproduction
33
4. Modification
34
5. Redistribution
35
6. Display
36
37
B. Under Patent Rights:  Subject to the terms and conditions of this Agreement, each Contributor, with respect to its own contribution to the Subject Software, hereby grants to each Recipient under Covered Patents a non-exclusive, world-wide, royalty-free license to engage in the following activities pertaining to the Subject Software:
38
39
1. Use
40
2. Distribution
41
3. Reproduction
42
4. Sale
43
5. Offer for Sale
44
45
C. The rights granted under Paragraph B. also apply to the combination of a Contributor's Modification and the Subject Software if, at the time the Modification is added by the Contributor, the addition of such Modification causes the combination to be covered by the Covered Patents.  It does not apply to any other combinations that include a Modification.
46
47
D. The rights granted in Paragraphs A. and B. allow the Recipient to sublicense those same rights.  Such sublicense must be under the same terms and conditions of this Agreement.
48
49
50
3. OBLIGATIONS OF RECIPIENT
51
52
A. Distribution or Redistribution of the Subject Software must be made under this Agreement except for additions covered under paragraph 3H.
53
54
1. Whenever a Recipient distributes or redistributes the Subject Software, a copy of this Agreement must be included with each copy of the Subject Software; and
55
2. If Recipient distributes or redistributes the Subject Software in any form other than source code, Recipient must also make the source code freely available, and must provide with each copy of the Subject Software information on how to obtain the source code in a reasonable manner on or through a medium customarily used for software exchange.
56
57
B. Each Recipient must ensure that the following copyright notice appears prominently in the Subject Software:
58
59
This software may be used, reproduced, and provided to others only as permitted under the terms of the agreement under which it was acquired from the U.S. Government. Neither title to, nor ownership of, the software is hereby transferred. This notice shall remain on all copies of the software.
60
61
C. Each Contributor must characterize its alteration of the Subject Software as a Modification and must identify itself as the originator of its Modification in a manner that reasonably allows subsequent Recipients to identify the originator of the Modification.  In fulfillment of these requirements, Contributor must include a file (e.g., a change log file) that describes the alterations made and the date of the alterations, identifies Contributor as originator of the alterations, and consents to characterization of the alterations as a Modification, for example, by including a statement that the Modification is derived, directly or indirectly, from Original Software provided by Government Agency. Once consent is granted, it may not thereafter be revoked.
62
63
D. A Contributor may add its own copyright notice to the Subject Software.  Once a copyright notice has been added to the Subject Software, a Recipient may not remove it without the express permission of the Contributor who added the notice.
64
65
E. A Recipient may not make any representation in the Subject Software or in any promotional, advertising or other material that may be construed as an endorsement by Government Agency or by any prior Recipient of any product or service provided by Recipient, or that may seek to obtain commercial advantage by the fact of Government Agency's or a prior Recipient's participation in this Agreement.  
66
67
F. In an effort to track usage and maintain accurate records of the Subject Software, each Recipient, upon receipt of the Subject Software, is requested to provide Government Agency, by e-mail to the Government Agency Point of Contact listed in clause 5.F., the following information: First and Last Name; Email Address; and Affiliation.  Recipient's name and personal information shall be used for statistical purposes only. Once a Recipient makes a Modification available, it is requested that the Recipient inform Government Agency, by e-mail to the Government Agency Point of Contact listed in clause 5.F., how to access the Modification.
68
69
G. Each Contributor represents that that its Modification is believed to be Contributor's original creation and does not violate any existing agreements, regulations, statutes or rules, and further that Contributor has sufficient rights to grant the rights conveyed by this Agreement.
70
71
H. A Recipient may choose to offer, and to charge a fee for, warranty, support, indemnity and/or liability obligations to one or more other Recipients of the Subject Software.  A Recipient may do so, however, only on its own behalf and not on behalf of Government Agency or any other Recipient.  Such a Recipient must make it absolutely clear that any such warranty, support, indemnity and/or liability obligation is offered by that Recipient alone.  Further, such Recipient agrees to indemnify Government Agency and every other Recipient for any liability incurred by them as a result of warranty, support, indemnity and/or liability offered by such Recipient.
72
73
I. A Recipient may create a Larger Work by combining Subject Software with separate software not governed by the terms of this agreement and distribute the Larger Work as a single product. In such case, the Recipient must make sure Subject Software, or portions thereof, included in the Larger Work is subject to this Agreement.
74
75
J. Notwithstanding any provisions contained herein, Recipient is hereby put on notice that export of any goods or technical data from the United States may require some form of export license from the U.S. Government.  Failure to obtain necessary export licenses may result in criminal liability under U.S. laws.  Government Agency neither represents that a license shall not be required nor that, if required, it shall be issued.  Nothing granted herein provides any such export license. 
76
77
4. DISCLAIMER OF WARRANTIES AND LIABILITIES; WAIVER AND INDEMNIFICATION
78
79
A. No Warranty: THE SUBJECT SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER, CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT OF ANY RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY OTHER APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE.  FURTHER, GOVERNMENT AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES REGARDING THIRD-PARTY SOFTWARE, IF PRESENT IN THE ORIGINAL SOFTWARE, AND DISTRIBUTES IT "AS IS."
80
81
B. Waiver and Indemnity:  RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS AGAINST THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT.  IF RECIPIENT'S USE OF THE SUBJECT SOFTWARE RESULTS IN ANY LIABILITIES, DEMANDS, DAMAGES, EXPENSES OR LOSSES ARISING FROM SUCH USE, INCLUDING ANY DAMAGES FROM PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT'S USE OF THE SUBJECT SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW.  RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.
82
83
5. GENERAL TERMS
84
85
A. Termination:  This Agreement and the rights granted hereunder will terminate automatically if a Recipient fails to comply with these terms and conditions, and fails to cure such noncompliance within thirty (30) days of becoming aware of such noncompliance.  Upon termination, a Recipient agrees to immediately cease use and distribution of the Subject Software.  All sublicenses to the Subject Software properly granted by the breaching Recipient shall survive any such termination of this Agreement.
86
87
B. Severability:  If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement.  
88
89
C. Applicable Law:  This Agreement shall be subject to United States federal law only for all purposes, including, but not limited to, determining the validity of this Agreement, the meaning of its provisions and the rights, obligations and remedies of the parties.
90
91
D. Entire Understanding:  This Agreement constitutes the entire understanding and agreement of the parties relating to release of the Subject Software and may not be superseded, modified or amended except by further written agreement duly executed by the parties.
92
93
E. Binding Authority:  By accepting and using the Subject Software under this Agreement, a Recipient affirms its authority to bind the Recipient to all terms and conditions of this Agreement and that that Recipient hereby agrees to all terms and conditions herein.
94
95
F. Point of Contact:  Any Recipient contact with Government Agency is to be directed to the designated representative as follows: 
96
97
Barbara "Bonnie" Lumanog
98
Software Release Authority
99
MS 158, NASA Langley Research Center
100
Hampton, VA 23681
101
Fax: 757-864-6500
102
Phone: 757-864-2933
103
Email: b.lumanog@nasa.gov
104
(-)cad/NASTRAN/files/patch-bin_nastran (+10 lines)
Line 0 Link Here
1
--- bin/nastran.orig	2015-12-27 21:50:03 UTC
2
+++ bin/nastran
3
@@ -1,6 +1,7 @@
4
 #!/bin/csh
5
 unalias rm
6
 clear
7
+set NASTHOME=%%NASTHOME%%
8
 set rfdir=$NASTHOME/rf
9
 set nasexec=$NASTHOME/bin/nastrn.exe
10
 set naschk=$NASTHOME/bin/chkfil.exe
(-)cad/NASTRAN/files/patch-sb_Makefile (+11 lines)
Line 0 Link Here
1
--- sb/Makefile.orig	2015-12-27 21:50:03 UTC
2
+++ sb/Makefile
3
@@ -1,6 +1,6 @@
4
 # Declaration of variables
5
-FC = gfortran
6
-FFLAGS =  -w -fno-range-check -fno-automatic -fcray-pointer -std=legacy 
7
+FC = gfortran48
8
+FFLAGS =  -O -fno-range-check -Wl,-rpath=/usr/local/lib/gcc48 -w -fno-range-check -fno-automatic -fcray-pointer -std=legacy 
9
 
10
 # file names
11
 EXEC=nastran.exe
(-)cad/NASTRAN/files/patch-um_Makefile (+11 lines)
Line 0 Link Here
1
--- um/Makefile.orig	2016-08-10 15:22:55 UTC
2
+++ um/Makefile
3
@@ -1,6 +1,6 @@
4
 # Declaration of variables
5
-FC = gfortran
6
-FFLAGS =  -w -fno-range-check -fno-automatic -fcray-pointer 
7
+FC = %%FC%%
8
+FFLAGS = %%FFLAGS%% -w -fno-range-check -fno-automatic -fcray-pointer 
9
 #-std=legacy 
10
 
11
 # file names
(-)cad/NASTRAN/pkg-descr (+15 lines)
Line 0 Link Here
1
NASTRAN-95
2
3
NASTRAN is the NASA Structural Analysis System, a finite element analysis
4
(FEA) program completed in the early 1970's. It was the first of its kind
5
and opened the door to computer-aided engineering. Subsections of a design
6
can be modeled and then larger groupings of these elements can again be
7
modeled. NASTRAN can handle elastic stability analysis, complex
8
eigenvalues for vibration and dynamic stability analysis, dynamic response 
9
for transient and steady state loads, and random excitation, and static
10
response to concentrated and distributed loads, thermal expansion, and
11
enforced deformations.
12
13
NOTE: There is no technical support available for this software.
14
15
WWW: https://github.com/nasa/NASTRAN-95/
(-)cad/NASTRAN/pkg-plist (+397 lines)
Line 0 Link Here
1
bin/nastran
2
%%NASTHOME%%/bin/chkfil.exe
3
%%NASTHOME%%/bin/nastrn.exe
4
%%NASTHOME%%/rf/AERO10
5
%%NASTHOME%%/rf/AERO11
6
%%NASTHOME%%/rf/AERO9
7
%%NASTHOME%%/rf/DISP0
8
%%NASTHOME%%/rf/DISP1
9
%%NASTHOME%%/rf/DISP10
10
%%NASTHOME%%/rf/DISP11
11
%%NASTHOME%%/rf/DISP12
12
%%NASTHOME%%/rf/DISP13
13
%%NASTHOME%%/rf/DISP14
14
%%NASTHOME%%/rf/DISP15
15
%%NASTHOME%%/rf/DISP16
16
%%NASTHOME%%/rf/DISP17
17
%%NASTHOME%%/rf/DISP18
18
%%NASTHOME%%/rf/DISP19
19
%%NASTHOME%%/rf/DISP2
20
%%NASTHOME%%/rf/DISP3
21
%%NASTHOME%%/rf/DISP4
22
%%NASTHOME%%/rf/DISP5
23
%%NASTHOME%%/rf/DISP6
24
%%NASTHOME%%/rf/DISP7
25
%%NASTHOME%%/rf/DISP8
26
%%NASTHOME%%/rf/DISP9
27
%%NASTHOME%%/rf/HEAT1
28
%%NASTHOME%%/rf/HEAT3
29
%%NASTHOME%%/rf/HEAT9
30
%%NASTHOME%%/rf/NASINFO
31
%%NASTHOME%%/um/BULK.TXT
32
%%NASTHOME%%/um/CASE.TXT
33
%%NASTHOME%%/um/DICT.TXT
34
%%NASTHOME%%/um/DMAP.TXT
35
%%NASTHOME%%/um/EXEC.TXT
36
%%NASTHOME%%/um/INTR.TXT
37
%%NASTHOME%%/um/MSSG.TXT
38
%%NASTHOME%%/um/PLOT.TXT
39
%%NASTHOME%%/um/RFMT.TXT
40
%%NASTHOME%%/um/SUBS.TXT
41
%%NASTHOME%%/um/UMFL.TXT
42
%%NASTHOME%%/um/nasthelp.exe
43
%%PORTDOCS%%%%DOCSDIR%%/NASTRAN Programmers Manual.pdf
44
%%PORTDOCS%%%%DOCSDIR%%/NASTRAN Users Manual 2.pdf
45
%%PORTDOCS%%%%DOCSDIR%%/README
46
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01000a.out
47
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01001a.out
48
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01002a.out
49
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01011a.out
50
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01011b.out
51
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01011c.out
52
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01012a.out
53
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01013a.out
54
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01014a.out
55
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01021a.out
56
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01021b.out
57
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01031a.out
58
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01032a.out
59
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01033a.out
60
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01034a.out
61
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01041a.out
62
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01051a.out
63
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01061a.out
64
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01062a.out
65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01071a.out
66
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01081a.out
67
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01091a.out
68
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01092a.out
69
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01101a.out
70
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01111a.out
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01112a.out
72
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01121a.out
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01122a.out
74
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01131a.out
75
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01132a.out
76
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01133a.out
77
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01141a.out
78
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01151a.out
79
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01161a.out
80
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d01171a.out
81
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02011a.out
82
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02021a.out
83
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02022a.out
84
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02023a.out
85
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02024a.out
86
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02025a.out
87
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02026a.out
88
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02027a.out
89
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02031a.out
90
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02032a.out
91
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02033a.out
92
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02034a.out
93
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02035a.out
94
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d02036a.out
95
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03011a.out
96
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03012a.out
97
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03013a.out
98
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03014a.out
99
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03021a.out
100
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03031a.out
101
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03041a.out
102
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03051a.out
103
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03061a.out
104
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03071a.out
105
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03081a.out
106
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03082a.out
107
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d03083a.out
108
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d04011a.out
109
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d05011a.out
110
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d05021a.out
111
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d06011a.out
112
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d07011a.out
113
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d07012a.out
114
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d07021a.out
115
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d07022a.out
116
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d08011a.out
117
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d08012a.out
118
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d08013a.out
119
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d08014a.out
120
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d09011a.out
121
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d09021a.out
122
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d09022a.out
123
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d09031a.out
124
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d09041a.out
125
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d10011a.out
126
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d10021a.out
127
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d10022a.out
128
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d10023a.out
129
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d11011a.out
130
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d11011b.out
131
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d11021a.out
132
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d11022a.out
133
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d11031a.out
134
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d11032a.out
135
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d12011a.out
136
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d13011a.out
137
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d14011a.out
138
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/d15011a.out
139
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t00001a.out
140
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01181a.out
141
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01191a.out
142
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01201a.out
143
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01211a.out
144
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01221a.out
145
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01231a.out
146
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01241a.out
147
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01251a.out
148
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01261a.out
149
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01271a.out
150
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01281a.out
151
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01291a.out
152
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01301a.out
153
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01311a.out
154
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01321a.out
155
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01331a.out
156
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t01341a.out
157
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t03091a.out
158
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t03101a.out
159
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t03111a.out
160
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t03111b.out
161
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t03121a.out
162
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t03121b.out
163
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t03121c.out
164
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t03131a.out
165
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t04021a.out
166
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t04021b.out
167
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t05031a.out
168
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t08021a.out
169
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t08022a.out
170
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t08031a.out
171
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t09051a.out
172
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t09061a.out
173
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t09071a.out
174
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t13021a.out
175
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t13022a.out
176
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t16011a.out
177
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoout/t17011a.out
178
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01000a.inp
179
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01001a.inp
180
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01002a.inp
181
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01011a.inp
182
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01011a.txt
183
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01011b.inp
184
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01011b.txt
185
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01011c.inp
186
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01011c.txt
187
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01012a.inp
188
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01012a.txt
189
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01013a.inp
190
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01013a.txt
191
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01014a.inp
192
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01014a.txt
193
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01021a.inp
194
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01021a.txt
195
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01021b.inp
196
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01021b.txt
197
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01031a.inp
198
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01031a.txt
199
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01032a.inp
200
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01032a.txt
201
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01033a.inp
202
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01033a.txt
203
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01034a.inp
204
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01041a.inp
205
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01041a.txt
206
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01051a.inp
207
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01051a.txt
208
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01061a.inp
209
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01061a.txt
210
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01062a.inp
211
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01071a.inp
212
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01071a.txt
213
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01081a.inp
214
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01081a.txt
215
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01091a.inp
216
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01091a.txt
217
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01092a.inp
218
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01092a.txt
219
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01101a.inp
220
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01101a.txt
221
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01111a.inp
222
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01111a.txt
223
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01112a.inp
224
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01112a.txt
225
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01121a.inp
226
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01121a.txt
227
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01122a.inp
228
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01122a.txt
229
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01131a.inp
230
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01131a.txt
231
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01132a.inp
232
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01132a.txt
233
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01133a.inp
234
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01133a.txt
235
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01141a.inp
236
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01141a.txt
237
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01151a.inp
238
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01151a.txt
239
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01161a.inp
240
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01161a.txt
241
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01171a.inp
242
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d01171a.txt
243
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02011a.inp
244
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02011a.txt
245
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02021a.inp
246
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02021a.txt
247
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02022a.inp
248
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02022a.txt
249
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02023a.inp
250
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02023a.txt
251
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02024a.inp
252
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02024a.txt
253
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02025a.inp
254
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02025a.txt
255
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02026a.inp
256
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02026a.txt
257
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02027a.inp
258
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02027a.txt
259
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02031a.inp
260
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02031a.txt
261
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02032a.inp
262
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02032a.txt
263
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02033a.inp
264
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02033a.txt
265
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02034a.inp
266
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02034a.txt
267
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02035a.inp
268
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d02036a.inp
269
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03011a.inp
270
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03011a.txt
271
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03012a.inp
272
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03012a.txt
273
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03013a.inp
274
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03013a.txt
275
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03014a.inp
276
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03014a.txt
277
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03021a.inp
278
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03021a.txt
279
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03031a.inp
280
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03031a.txt
281
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03041a.inp
282
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03041a.txt
283
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03051a.inp
284
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03051a.txt
285
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03061a.inp
286
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03061a.txt
287
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03071a.inp
288
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03071a.txt
289
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03081a.inp
290
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03081a.txt
291
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03082a.inp
292
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03082a.txt
293
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03083a.inp
294
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d03083a.txt
295
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d04011a.inp
296
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d04011a.txt
297
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d05011a.inp
298
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d05011a.txt
299
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d05021a.inp
300
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d05021a.txt
301
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d06011a.inp
302
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d06011a.txt
303
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d07011a.inp
304
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d07011a.txt
305
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d07012a.inp
306
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d07012a.txt
307
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d07021a.inp
308
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d07021a.txt
309
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d07022a.inp
310
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d07022a.txt
311
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d08011a.inp
312
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d08011a.txt
313
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d08012a.inp
314
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d08012a.txt
315
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d08013a.inp
316
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d08013a.txt
317
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d08014a.inp
318
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d08014a.txt
319
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d09011a.inp
320
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d09011a.txt
321
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d09021a.inp
322
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d09021a.txt
323
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d09022a.inp
324
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d09022a.txt
325
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d09031a.inp
326
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d09031a.txt
327
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d09041a.inp
328
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d09041a.txt
329
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d10011a.inp
330
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d10011a.txt
331
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d10021a.inp
332
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d10021a.txt
333
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d10022a.inp
334
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d10023a.inp
335
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11011a.inp
336
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11011a.txt
337
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11011b.inp
338
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11021a.inp
339
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11021a.txt
340
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11022a.inp
341
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11022a.txt
342
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11031a.inp
343
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11031a.txt
344
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11032a.inp
345
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d11032a.txt
346
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d12011a.inp
347
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d12011a.txt
348
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d13011a.inp
349
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d13011a.txt
350
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d14011a.inp
351
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d14011a.txt
352
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d15011a.inp
353
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/d15011a.txt
354
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t00001a.inp
355
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01181a.inp
356
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01191a.inp
357
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01201a.inp
358
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01211a.inp
359
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01221a.inp
360
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01231a.inp
361
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01241a.inp
362
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01251a.inp
363
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01261a.inp
364
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01271a.inp
365
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01281a.inp
366
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01291a.inp
367
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01301a.inp
368
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01311a.inp
369
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01321a.inp
370
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01331a.inp
371
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t01341a.inp
372
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t03091a.inp
373
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t03101a.inp
374
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t03111a.inp
375
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t03111b.inp
376
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t03121a.inp
377
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t03121b.inp
378
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t03121c.inp
379
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t03131a.inp
380
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t04021a.inp
381
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t04021b.inp
382
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t05031a.inp
383
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t08021a.inp
384
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t08022a.inp
385
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t08031a.inp
386
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t09051a.inp
387
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t09061a.inp
388
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t09071a.inp
389
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t13021a.inp
390
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t13022a.inp
391
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t16011a.inp
392
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inp/t17011a.inp
393
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/bar.inp
394
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam.inp
395
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam_hex.inp
396
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/large_problem1.inp
397
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/large_problem3.inp

Return to bug 211739