From owner-svn-ports-all@FreeBSD.ORG Wed Jan 7 22:38:33 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65714364; Wed, 7 Jan 2015 22:38:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F699BD7; Wed, 7 Jan 2015 22:38:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t07McX7b053940; Wed, 7 Jan 2015 22:38:33 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t07McWMg053938; Wed, 7 Jan 2015 22:38:32 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201501072238.t07McWMg053938@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 7 Jan 2015 22:38:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376502 - head/cad/calculix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 22:38:33 -0000 Author: thierry Date: Wed Jan 7 22:38:32 2015 New Revision: 376502 URL: https://svnweb.freebsd.org/changeset/ports/376502 QAT: https://qat.redports.org/buildarchive/r376502/ Log: - Uses blaslapack.mk; - Fix plist for EXAMPLES. Submitted by: pfg (by mail) Approved by: maho (maintainer) Modified: head/cad/calculix/Makefile head/cad/calculix/pkg-plist Modified: head/cad/calculix/Makefile ============================================================================== --- head/cad/calculix/Makefile Wed Jan 7 21:06:43 2015 (r376501) +++ head/cad/calculix/Makefile Wed Jan 7 22:38:32 2015 (r376502) @@ -16,7 +16,7 @@ COMMENT= Three-Dimensional Structural Fi LICENSE= GPLv2 LIB_DEPENDS= libarpack.so:${PORTSDIR}/math/arpack \ - libspooles.so:${PORTSDIR}/math/spooles \ + libspooles.so:${PORTSDIR}/math/spooles \ libtaucs.so:${PORTSDIR}/math/taucs DIST_SOURCES= ccx_${PORTVERSION}.src${EXTRACT_SUFX} \ @@ -40,7 +40,7 @@ USE_GL= glut BROWSER?= firefox PSVIEWER?= gv -OPTIONS_DEFINE= ATLAS METIS METIS_EDF DOCS EXAMPLES +OPTIONS_DEFINE= ATLAS METIS METIS_EDF DOCS EXAMPLES OPTIONS_DEFAULT=METIS .include @@ -56,25 +56,16 @@ EXTRACT_ONLY+= ${DIST_HTM} ccx_${PORTVER .endif .if ${PORT_OPTIONS:MMETIS} -LIB_DEPENDS+= libmetis.so:${PORTSDIR}/math/metis4 +LIB_DEPENDS+= libmetis.so:${PORTSDIR}/math/metis4 .endif .if ${PORT_OPTIONS:MMETIS_EDF} -LIB_DEPENDS+= libmetis.so:${PORTSDIR}/math/metis-edf -.endif - -.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) -WITH_ATLAS= yes +LIB_DEPENDS+= libmetis.so:${PORTSDIR}/math/metis-edf .endif .if ${PORT_OPTIONS:MATLAS} -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas -BLAS_LIBS= -lf77blas -LAPACK_LIBS= -lalapack -lcblas +USES+= blaslapack:atlas .else -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack -BLAS_LIBS= -lblas -LAPACK_LIBS= -llapack +USES+= blaslapack .endif .if ${ARCH} == "sparc64" @@ -86,15 +77,15 @@ FFLAGS+= -fpic .endif .if empty(PORT_OPTIONS:MEXAMPLES) -PLIST_SUB= WITH_EXAMPLES="@comment " +PLIST_SUB= PORTEXAMPLES="@comment " .else -PLIST_SUB= WITH_EXAMPLES="" +PLIST_SUB= PORTEXAMPLES="" .endif pre-build: @${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%CC%%+${CC}+g ; \ - s+%%BLAS_LIBS%%+${BLAS_LIBS}+ ; \ - s+%%LAPACK_LIBS%%+${LAPACK_LIBS}+ ; \ + s+%%BLAS_LIBS%%+${BLASLIB}+ ; \ + s+%%LAPACK_LIBS%%+${LAPACKLIB}+ ; \ s+%%LOCALBASE%%+${LOCALBASE}+g;' \ ${WRKSRC}/${CCX_VER}/src/Makefile @${REINPLACE_CMD} -e 's/c++/${CXX}/g;' \ Modified: head/cad/calculix/pkg-plist ============================================================================== --- head/cad/calculix/pkg-plist Wed Jan 7 21:06:43 2015 (r376501) +++ head/cad/calculix/pkg-plist Wed Jan 7 22:38:32 2015 (r376502) @@ -1818,6 +1818,7 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/ccx/node633.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node634.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node635.html +%%PORTDOCS%%%%DOCSDIR%%/ccx/node636.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node64.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node65.html %%PORTDOCS%%%%DOCSDIR%%/ccx/node66.html @@ -2032,6 +2033,7 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/cgx/node211.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node212.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node213.html +%%PORTDOCS%%%%DOCSDIR%%/cgx/node214.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node22.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node23.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node24.html @@ -2118,671 +2120,696 @@ bin/cgx %%PORTDOCS%%%%DOCSDIR%%/cgx/node98.html %%PORTDOCS%%%%DOCSDIR%%/cgx/node99.html %%PORTDOCS%%%%DOCSDIR%%/cgx_2.7.pdf -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/RAE2822.hdr -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_penta.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/airfoil/rae2822.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/disc.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/sphere.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_seg.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_vol.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/cad/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/cad/halter.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/cad/halter.vda -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/clean -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/lavff.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/lavffcyc.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/cgx.patch -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/clean.sh -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/dolfyn.cfg -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/rename.sh -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.din -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/geometry.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/glue/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/map2D.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/map3D.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/map/pressure.bak -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/pressfit/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/result.frd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/latimtrans.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/post.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/therm/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/README -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.fbd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/turbine/send.fbl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel29.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel29.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelc.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelc.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelcas.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelcas.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achteld.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achteld.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelg.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelg.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtelp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/acou4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/aircolumn.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/aircolumn.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/anipla.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/anipla.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/aniso.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/aniso.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/artery1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/artery1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/artery2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/artery2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axial.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axial.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axrad.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axrad.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axrad2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axrad2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/b31.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/b31.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/b31.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ball.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ball.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam10p.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam10p.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam20p.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam20p.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam20t.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam20t.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8b.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8b.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8f.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8f.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8p.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8p.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8t.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beam8t.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamb.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamb.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcom.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcom.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcr.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcr.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcr2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamcr2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamd.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamd.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamd2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamd2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdelay.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdelay.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy10.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy10.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy11.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy11.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy12.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy12.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy13.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy13.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy14.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy14.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy15.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy15.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy16.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy16.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy17.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy17.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy18.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy18.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy19.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy19.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy5.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy5.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy7.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy7.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamfsh1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamfsh1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamft.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamft.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamidset.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamidset.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamlin.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamlin.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammix.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammix.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammr.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammr.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammrco.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammrco.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammrlin.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beammrlin.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnh.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnh.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnld.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnld.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldy.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldy.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldye.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldye.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldyp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldyp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldype.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnldype.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlmpc.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlmpc.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlptp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlptp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlt.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnlt.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnoan.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamnoan.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamog.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamog.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp2stage.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamp2stage.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampd.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampd.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampdepmpc.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampdepmpc.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampfix.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampfix.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampic.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampic.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampik.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampik.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampis.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampis.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampiso.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampiso.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampisof.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampisof.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampkin.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampkin.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampl.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampl.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamplane.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamplane.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampo1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampo1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampo2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampo2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampset.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampset.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampt.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beampt.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied5.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamptied5.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamrb2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamread.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamread.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamstraight.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamstraight.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamt6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamth.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamth.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamtor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamtor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamu.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamu.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamuamp.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamuamp.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamwrite.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamwrite.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/bolt.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/bolt.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branch1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branch1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branch2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branch2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchjoint4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/branchsplit3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d15.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d15.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/capacitor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/capacitor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/carbonseal.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/carbonseal.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/centheat1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/centheat1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel10.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel10.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel11.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel11.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel12.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel12.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel5.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel5.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel7.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel7.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/channel9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/chanson1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/chanson1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/characteristic.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/characteristic.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/compare -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/concretebeam.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/concretebeam.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/concretebeam.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact10.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact10.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact10.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact11.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact11.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact11.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact2.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact5.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact5.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact6.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact6.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact7.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact7.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact8.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact8.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/contact9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cube2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cube2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubenewt.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubenewt.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubespring.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubespring.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubespring.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dam.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dam.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/damper1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/damper1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dashpot3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/datcheck.pl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/disk2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/disk2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dist.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dist.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/distcoup.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/distcoup.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinI.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinI.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinIf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dloadlinIf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/edgeload.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/edgeload.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/equrem3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/frdcheck.pl -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/friction1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/friction1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/friction2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/friction2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/fullseg.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/fullseg.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/furnace.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/furnace.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gap.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gap.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-cfd-pressure.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-cfd-pressure.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno10.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno10.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno8-oil.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno8-oil.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe1-oil.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe1-oil.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe10.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe10.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-massflow.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-massflow.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-pressure.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-cfd-pressure.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-oil.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe8-oil.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe9.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe9.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspres.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gaspres.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/hueeber4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/inistrain.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/inistrain.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinth1fin.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinth1fin.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstepped.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstepped.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstraight.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/labyrinthstraight.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/leifer1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/leifer1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/leifer2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/leifer2.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/leifer2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/linearnet.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/linearnet.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/metalforming.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/metalforming.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/metalformingmortar.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/metalformingmortar.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/moehring.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/moehring.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/mpcforce.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/mpcforce.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/multistage.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/multistage.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20df.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20df.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20fi.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20fi.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20rs.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20rs.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel8ra.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel8ra.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipe.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipe.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipe2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipe2.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipe2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pipempc3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/piperestrictor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/piperestrictor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain2.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestrain2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/plate.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/plate.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret1.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/pret3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/punch2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/resstress3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/restrictor-oil.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/restrictor-oil.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/restrictor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/restrictor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ring2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ringfcontact3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rot4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rotor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/rotor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/sc123.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/sc123.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/sc123.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/scheibe.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/scheibe.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/section.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/section.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/section.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/section4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/section4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segdyn.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segdyn.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmentf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmentf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmentm.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmentm.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmenttet.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segmenttet.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segststate.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segststate.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell1.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell1lin.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell1lin.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell3.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shell3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellbeam.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellbeam.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellf.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellf.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellf2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellf2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellnor.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/shellnor.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/simplebeam.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/simplebeam.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/simplebeam.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/solidshell1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/solidshell1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/solidshell2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/solidshell2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring4.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring4.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring5.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/spring5.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/square.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/square.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/submodeltwobeam.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/submodeltwobeam.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/submodeltwobeam.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/swing.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/swing.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.frd.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thread.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thread.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/twobeam.frd -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex1.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex1.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex2.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex2.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex3.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/vortex3.inp -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/wire.dat.ref -%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/wire.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/RAE2822.hdr +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_penta.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/rae2822.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/disc.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/sphere.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_seg.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_vol.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/halter.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/halter.vda +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clean +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/lavff.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/lavffcyc.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/cgx.patch +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/clean.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/dolfyn.cfg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/rename.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.din +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geometry.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/map2D.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/map3D.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/pressure.bak +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/result.frd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/latimtrans.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/post.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.fbd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/send.fbl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel29.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel29.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel9.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel9.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelc.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelc.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelcas.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelcas.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achteld.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achteld.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelg.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelg.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelp.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelp.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aircolumn.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aircolumn.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/anipla.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/anipla.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aniso.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aniso.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axial.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axial.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/b31.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/b31.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/b31.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ball.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ball.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam10p.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam10p.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20p.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20p.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20t.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20t.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8b.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8b.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8f.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8f.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8p.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8p.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8t.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8t.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamb.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamb.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcom.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcom.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.frd.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdelay.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdelay.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy10.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy10.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy11.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy11.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy12.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy12.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy13.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy13.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy14.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy14.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy15.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy15.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy16.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy16.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy17.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy17.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy18.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy18.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy19.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy19.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy3.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy3.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy4.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy4.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy5.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy5.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy6.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy6.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy7.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy7.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamfsh1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamfsh1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamft.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamft.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhf.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhf.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamidset.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamidset.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho1.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho1.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho2.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamisocho2.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamlin.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamlin.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammix.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammix.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammr.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammr.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrco.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrco.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrlin.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrlin.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnh.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnh.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnld.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnld.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldy.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldy.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldye.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldye.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldyp.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldyp.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldype.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldype.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlmpc.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlmpc.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlp.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlp.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlptp.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlptp.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlt.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlt.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnoan.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnoan.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamog.dat.ref +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamog.inp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp.dat.ref *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***