diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-01-14 20:25:38 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-01-14 20:25:38 +0000 |
commit | 2d255a8bca55537986a18564ad0cec55d267c158 (patch) | |
tree | 4436eb361a2bd06c497befe1fbb0225bc1e88c21 /french | |
parent | 21a1598dceaa662c133a28cbfdbc1c8d6d49283a (diff) | |
download | ports-2d255a8bca55537986a18564ad0cec55d267c158.tar.gz ports-2d255a8bca55537986a18564ad0cec55d267c158.zip |
Upgrade to 9.5.1.
Notes
Notes:
svn path=/head/; revision=226120
Diffstat (limited to 'french')
-rw-r--r-- | french/homard/Makefile | 35 | ||||
-rw-r--r-- | french/homard/distinfo | 6 | ||||
-rw-r--r-- | french/homard/pkg-plist | 386 |
3 files changed, 288 insertions, 139 deletions
diff --git a/french/homard/Makefile b/french/homard/Makefile index 60115e9865b9..61a70881d14b 100644 --- a/french/homard/Makefile +++ b/french/homard/Makefile @@ -7,8 +7,8 @@ PORTNAME= homard DISTVERSIONPREFIX= full-src- -DISTVERSION= 8.11-2 -DISTVERSIONSUFFIX= .i386 +DISTVERSION= 9.5-1 +DISTVERSIONSUFFIX= .all CATEGORIES= french cad linux MASTER_SITES= http://www.code-aster.org/V2/UPLOAD/DOC/Telechargement/ DISTNAME= aster-${DISTVERSIONPREFIX}${ASTER_DISTVERSION}${ASTER_DISTVERSIONSUFFIX} @@ -34,29 +34,28 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} EXTRACT_WRKSRC= ${WRKDIR}/aster-${DISTVERSIONPREFIX}${ASTER_VER}/SRC LHOMARDDIR?= apps/${PORTNAME} -ASTER_VER= 9.3.0 -ASTER_DISTVERSION= ${ASTER_VER}-2 +ASTER_VER= 9.4.0 +ASTER_DISTVERSION= ${ASTER_VER}-1 ASTER_DISTVERSIONSUFFIX= .noarch vaster= STA${ASTER_VER:R} ASTER_TOOLS= ${LOCALBASE}/aster/${vaster}/outils HOMARDDIR= ${PREFIX}/${LHOMARDDIR} AHPY= aster_homard_py -AHPY5= aster_homard_v5x_py -AHPY6= aster_homard_v6x_py HOMARDSCRIPT= ${PORTNAME}_base # This name is requested to run aster's make test HOMARDPG= ${PORTNAME:U}_V${PORTVERSION:R}.out HOMARDWDIR= ${PORTNAME:U} -DIR2RM= sfr_mix_2d_zzzz121d_d1 qua_2d_24x36_d2 mix_qua_tri_d1_equ \ - med_3d_tet_tri_d2_man med_2d_carre_d1 med_2d_6xtri_d2 sfr_2d_rugby_d2 \ - hex_d2 sau_qua_tri_d1 +DIR2RM= hex_3x3_d1 hex_d2 med_2d_6xtri_d2 med_2d_carre_d1 \ + med_3d_cube_d2_fig med_3d_tet_tri_d2_man mix_3d_d2 \ + mix_qua_tri_d1_equ pen_d1 qua_2d_24x36_d2 sau_qua_tri_d1\ + sfr_2d_att_rugby_qua sfr_mix_2d_zzzz121d_d1 DOCS= A_Lire.txt Readme.txt PLIST_SUB= HOMARDDIR=${LHOMARDDIR} AHPY=${LHOMARDDIR}/${AHPY} \ - AHPY5=${LHOMARDDIR}/${AHPY5} AHPY6=${LHOMARDDIR}/${AHPY6} \ UNAMES=${OPSYS} HOMARDPG=${HOMARDPG} ASTER_TOOLS=${ASTER_TOOLS} + post-extract: (cd ${WRKDIR} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${EXTRACT_WRKSRC}/${PORTNAME}-${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS}) @@ -68,28 +67,26 @@ pre-configure: do-install: ${MKDIR} ${HOMARDDIR} ${MKDIR} ${PREFIX}/bin/${OPSYS} - ${INSTALL_PROGRAM} ${WRKSRC}/${HOMARDWDIR}/${HOMARDPG} ${PREFIX}/bin/${OPSYS} + ${INSTALL_PROGRAM} ${WRKSRC}/${HOMARDWDIR}/Linux/${HOMARDPG} ${PREFIX}/bin/${OPSYS} ${BRANDELF} -t Linux ${PREFIX}/bin/${OPSYS}/${HOMARDPG} ${INSTALL_SCRIPT} ${WRKSRC}/${HOMARDWDIR}/${HOMARDSCRIPT} ${HOMARDDIR}/${PORTNAME} ${CP} -R ${WRKSRC}/${HOMARDWDIR}/ASTER_HOMARD/${AHPY} ${HOMARDDIR} - ${CP} -R ${WRKSRC}/${HOMARDWDIR}/ASTER_HOMARD/${AHPY5} ${HOMARDDIR} - ${CP} -R ${WRKSRC}/${HOMARDWDIR}/ASTER_HOMARD/${AHPY6} ${HOMARDDIR} @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${HOMARDDIR} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${HOMARDDIR} ${LN} -fs ${HOMARDDIR}/homard ${ASTER_TOOLS}/ ${LN} -fs ${HOMARDDIR}/aster_homard_py ${ASTER_TOOLS}/ .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + ${MKDIR} ${DOCSDIR} .for doc in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/HOMARD/${doc} ${DOCSDIR} .endfor - @${CP} -R ${WRKSRC}/${HOMARDWDIR}/Intranet ${DOCSDIR} + ${CP} -R ${WRKSRC}/${HOMARDWDIR}/Intranet ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - @${CP} -R ${WRKSRC}/${HOMARDWDIR}/CAS_TESTS/* ${EXAMPLESDIR} - @${TOUCH} ${DIR2RM:S|^|${EXAMPLESDIR}/|:S|$|/resultats/.keepme|} + ${MKDIR} ${EXAMPLESDIR} + ${CP} -R ${WRKSRC}/${HOMARDWDIR}/Linux/CAS_TESTS/* ${EXAMPLESDIR} + ${TOUCH} ${DIR2RM:S|^|${EXAMPLESDIR}/|:S|$|/resultats/.keepme|} @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." .endif diff --git a/french/homard/distinfo b/french/homard/distinfo index 8330bc57b081..0296de5d6e4c 100644 --- a/french/homard/distinfo +++ b/french/homard/distinfo @@ -1,3 +1,3 @@ -MD5 (aster-full-src-9.3.0-2.noarch.tar.gz) = ad4e5476fb4a1d3f02fcbaeebc54356c -SHA256 (aster-full-src-9.3.0-2.noarch.tar.gz) = 53c5ea87cd21549b6bb7d2a5a51e79b082a3df2daaeb0fd2774d0a5696ca9d2d -SIZE (aster-full-src-9.3.0-2.noarch.tar.gz) = 141387488 +MD5 (aster-full-src-9.4.0-1.noarch.tar.gz) = b6dbe112250aac2cf569da9ebf30b18b +SHA256 (aster-full-src-9.4.0-1.noarch.tar.gz) = c475bca33c12ed0e1dcf7ff82f424aac87bf6968c820b5789d90842b1de5b107 +SIZE (aster-full-src-9.4.0-1.noarch.tar.gz) = 149931937 diff --git a/french/homard/pkg-plist b/french/homard/pkg-plist index 2857cfd95b24..646101eabc39 100644 --- a/french/homard/pkg-plist +++ b/french/homard/pkg-plist @@ -23,63 +23,6 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%AHPY%%/aster_homard_utilitaires.py %%AHPY%%/aster_homard_utilitaires.pyc %%AHPY%%/aster_homard_utilitaires.pyo -%%AHPY5%%/__init__.py -%%AHPY5%%/__init__.pyc -%%AHPY5%%/__init__.pyo -%%AHPY5%%/aster_homard_1.py -%%AHPY5%%/aster_homard_1.pyc -%%AHPY5%%/aster_homard_1.pyo -%%AHPY5%%/aster_homard_2.py -%%AHPY5%%/aster_homard_2.pyc -%%AHPY5%%/aster_homard_2.pyo -%%AHPY5%%/aster_homard_3.py -%%AHPY5%%/aster_homard_3.pyc -%%AHPY5%%/aster_homard_3.pyo -%%AHPY5%%/aster_homard_4.py -%%AHPY5%%/aster_homard_4.pyc -%%AHPY5%%/aster_homard_4.pyo -%%AHPY5%%/aster_homard_5.py -%%AHPY5%%/aster_homard_5.pyc -%%AHPY5%%/aster_homard_5.pyo -%%AHPY5%%/aster_homard_6.py -%%AHPY5%%/aster_homard_6.pyc -%%AHPY5%%/aster_homard_6.pyo -%%AHPY5%%/aster_homard_7.py -%%AHPY5%%/aster_homard_7.pyc -%%AHPY5%%/aster_homard_7.pyo -%%AHPY5%%/aster_homard_8.py -%%AHPY5%%/aster_homard_8.pyc -%%AHPY5%%/aster_homard_8.pyo -%%AHPY5%%/aster_homard_v5x.py -%%AHPY5%%/aster_homard_v5x.pyc -%%AHPY5%%/aster_homard_v5x.pyo -%%AHPY5%%/aster_homard_utilitaires.py -%%AHPY5%%/aster_homard_utilitaires.pyc -%%AHPY5%%/aster_homard_utilitaires.pyo -%%AHPY6%%/__init__.py -%%AHPY6%%/__init__.pyc -%%AHPY6%%/__init__.pyo -%%AHPY6%%/aster_homard_1.py -%%AHPY6%%/aster_homard_1.pyc -%%AHPY6%%/aster_homard_1.pyo -%%AHPY6%%/aster_homard_2.py -%%AHPY6%%/aster_homard_2.pyc -%%AHPY6%%/aster_homard_2.pyo -%%AHPY6%%/aster_homard_3.py -%%AHPY6%%/aster_homard_3.pyc -%%AHPY6%%/aster_homard_3.pyo -%%AHPY6%%/aster_homard_4.py -%%AHPY6%%/aster_homard_4.pyc -%%AHPY6%%/aster_homard_4.pyo -%%AHPY6%%/aster_homard_5.py -%%AHPY6%%/aster_homard_5.pyc -%%AHPY6%%/aster_homard_5.pyo -%%AHPY6%%/aster_homard_v6x.py -%%AHPY6%%/aster_homard_v6x.pyc -%%AHPY6%%/aster_homard_v6x.pyo -%%AHPY6%%/aster_homard_utilitaires.py -%%AHPY6%%/aster_homard_utilitaires.pyc -%%AHPY6%%/aster_homard_utilitaires.pyo %%HOMARDDIR%%/homard %%PORTDOCS%%%%DOCSDIR%%/A_Lire.txt %%PORTDOCS%%%%DOCSDIR%%/Readme.txt @@ -344,6 +287,31 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTDOCS%%%%DOCSDIR%%/Intranet/menu_homard.fr.htm %%PORTDOCS%%%%DOCSDIR%%/Intranet/menu_homard.en.htm %%PORTDOCS%%%%DOCSDIR%%/Intranet/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/depart/maill.00.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/depart/maill.01.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats/.keepme +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/HOMARD.Configuration +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/HOMARD.Configuration.00.vers.01 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/HOMARD.Configuration.01.vers.02 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/Liste.00.vers.01 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/Liste.01.vers.02 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/apad.01.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/apad.02.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/avad.00.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/avad.01.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/diam.hexa.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/diam.hexa.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/diam.pyra.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/diam.pyra.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/diam.quad.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/diam.quad.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/diam.tetr.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/maill.01.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/maill.01.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/maill.02.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/maill.02.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref/verif_avad.00.bilan %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/depart/maill.00.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/depart/maill.01.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats/.keepme @@ -356,10 +324,10 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/apad.02.bilan %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/avad.00.bilan %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/avad.01.bilan -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/maill.00.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/maill.01.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/maill.01.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/maill.01.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/maill.02.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/maill.02.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/maill.02.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hex_d2/resultats_ref/verif_avad.00.bilan %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/depart/maill.00.med @@ -387,12 +355,12 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/indic.tria.01.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/indic.tria.01.hist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/indic.tria.02.hist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.00.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.01.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.01.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.01.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.02.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.02.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.02.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.03.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.03.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/maill.03.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/qual.tria.02.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_6xtri_d2/resultats_ref/qual.tria.03.dat @@ -425,17 +393,74 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/indic.tria.01.hist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/indic.tria.02.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/indic.tria.02.hist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.00.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.01.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.01.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.01.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.02.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.02.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.02.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.03.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.03.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/maill.03.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/qual.tria.01.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/qual.tria.02.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/qual.tria.03.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref/verif_avad.00.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/depart/maill.00.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/depart/maill.01.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/depart/maill.02.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/depart/maill.03.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/depart/maill.04.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats/.keepme +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/HOMARD.Configuration +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/HOMARD.Configuration.00.vers.01 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/HOMARD.Configuration.01.vers.02 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/HOMARD.Configuration.02.vers.03 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/HOMARD.Configuration.03.vers.04 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/HOMARD.Configuration.04.vers.05 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/Liste.00.vers.01 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/Liste.01.vers.02 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/Liste.02.vers.03 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/Liste.03.vers.04 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/Liste.04.vers.05 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/apad.01.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/apad.02.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/apad.03.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/apad.04.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/apad.05.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/avad.00.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/avad.01.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/avad.02.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/avad.03.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/avad.04.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/diam.tetr.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/diam.tetr.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/diam.tetr.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/diam.tetr.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/diam.tetr.04.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/diam.tetr.05.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/indic.noeu.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/indic.noeu.03.hist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/indic.tetr.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/indic.tetr.01.hist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/indic.tetr.04.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/indic.tetr.04.hist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.01.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.01.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.02.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.02.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.03.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.03.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.04.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.04.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.05.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/maill.05.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/qual.tetr.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/qual.tetr.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/qual.tetr.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/qual.tetr.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/qual.tetr.04.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/qual.tetr.05.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref/verif_avad.00.bilan %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/depart/maill.00.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/depart/maill.01.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats/.keepme @@ -450,15 +475,93 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/avad.01.bilan %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/diam.tetr.01.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/diam.tetr.02.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/maill.00.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/maill.01.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/maill.01.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/maill.01.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/maill.02.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/maill.02.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/maill.02.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/qual.tetr.00.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/qual.tetr.01.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/qual.tetr.02.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref/verif_avad.00.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/depart/maill.00.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/depart/maill.01.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/depart/maill.02.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/depart/maill.03.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats/.keepme +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/HOMARD.Configuration +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/HOMARD.Configuration.00.vers.01 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/HOMARD.Configuration.01.vers.02 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/HOMARD.Configuration.02.vers.03 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/HOMARD.Configuration.03.vers.04 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/Liste.00.vers.01 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/Liste.01.vers.02 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/Liste.02.vers.03 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/Liste.03.vers.04 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/apad.01.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/apad.02.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/apad.03.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/apad.04.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/avad.00.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/avad.01.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/avad.02.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/avad.03.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.hexa.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.hexa.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.hexa.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.hexa.04.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.pent.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.pent.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.pent.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.pent.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.pent.04.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.pyra.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.pyra.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.pyra.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.quad.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.quad.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.quad.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.quad.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.quad.04.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.tetr.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.tetr.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/diam.tetr.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.hexa.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.hexa.00.hist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.hexa.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.hexa.02.hist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.pyra.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.pyra.01.hist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.pyra.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.pyra.02.hist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.tetr.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.tetr.00.hist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.tetr.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.tetr.01.hist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.tetr.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/indic.tetr.02.hist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/maill.01.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/maill.01.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/maill.02.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/maill.02.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/maill.03.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/maill.03.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/maill.04.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/maill.04.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.hexa.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.hexa.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.hexa.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.hexa.04.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.quad.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.quad.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.quad.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.quad.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.quad.04.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.tetr.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.tetr.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/qual.tetr.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_3d_d2/resultats_ref/verif_avad.00.bilan %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/depart/maill.00.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/depart/maill.01.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/depart/maill.02.med @@ -494,17 +597,50 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/indic.tria.01.hist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/indic.tria.02.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/indic.tria.02.hist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.00.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.01.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.01.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.01.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.02.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.02.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.02.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.03.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.03.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/maill.03.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/qual.tria.01.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/qual.tria.02.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/qual.tria.03.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref/verif_avad.00.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/depart/maill.00.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/depart/maill.01.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/depart/maill.02.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats/.keepme +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/HOMARD.Configuration +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/HOMARD.Configuration.00.vers.01 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/HOMARD.Configuration.01.vers.02 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/HOMARD.Configuration.02.vers.03 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/Liste.00.vers.01 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/Liste.01.vers.02 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/Liste.02.vers.03 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/apad.01.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/apad.02.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/apad.03.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/avad.00.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/avad.01.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/avad.02.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/diam.quad.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/diam.quad.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/diam.quad.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/diam.quad.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/maill.01.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/maill.01.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/maill.02.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/maill.02.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/maill.03.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/maill.03.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/qual.quad.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/qual.quad.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/qual.quad.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/qual.quad.03.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pen_d1/resultats_ref/verif_avad.00.bilan %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/depart/maill.00.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/depart/maill.01.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/depart/maill.02.med @@ -538,12 +674,12 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/indic.tria.01.hist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/indic.tria.02.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/indic.tria.02.hist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.00.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.01.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.01.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.01.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.02.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.02.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.02.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.03.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.03.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/maill.03.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/qual.tria.01.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats_ref/qual.tria.02.dat @@ -594,43 +730,45 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/indic.tria.02.hist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/indic.tria.03.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/indic.tria.03.hist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.00.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.01.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.01.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.01.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.02.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.02.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.02.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.03.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.03.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.03.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.04.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.04.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/maill.04.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/qual.tria.01.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/qual.tria.02.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/qual.tria.03.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/qual.tria.04.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref/verif_avad.00.bilan -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/depart/front.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/depart/maill.00.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/depart/maill.01.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats/.keepme -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/HOMARD.Configuration -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/HOMARD.Configuration.00.vers.01 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/HOMARD.Configuration.01.vers.02 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/Liste.00.vers.01 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/Liste.01.vers.02 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/apad.01.bilan -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/apad.02.bilan -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/avad.00.bilan -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/avad.01.bilan -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/diam.tria.01.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/diam.tria.02.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/maill.00.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/maill.01.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/maill.01.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/maill.02.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/maill.02.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/qual.tria.01.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/qual.tria.02.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref/verif_avad.00.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/depart/front.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/depart/maill.00.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/depart/maill.01.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats/.keepme +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/HOMARD.Configuration +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/HOMARD.Configuration.00.vers.01 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/HOMARD.Configuration.01.vers.02 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/Liste.00.vers.01 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/Liste.01.vers.02 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/apad.01.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/apad.02.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/avad.00.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/avad.01.bilan +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/diam.quad.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/diam.quad.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/diam.quad.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/maill.01.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/maill.01.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/maill.02.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/maill.02.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/qual.quad.00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/qual.quad.01.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/qual.quad.02.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref/verif_avad.00.bilan %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/depart/front.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/depart/maill.00.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/depart/maill.01.med @@ -669,12 +807,12 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/indic.tria.01.hist %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/indic.tria.02.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/indic.tria.02.hist -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.00.hom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.01.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.00.hom.med +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.01.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.01.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.02.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.02.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.02.med -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.03.hom +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.03.hom.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/maill.03.med %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/qual.quad.00.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats_ref/qual.quad.01.dat @@ -688,10 +826,10 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/resultats %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1/depart %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_mix_2d_zzzz121d_d1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats_ref -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_2d_rugby_d2/resultats -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_2d_rugby_d2/depart -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_2d_rugby_d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats_ref +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/resultats +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_2d_att_rugby_qua/depart +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sfr_2d_att_rugby_qua %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sau_qua_tri_d1/resultats_ref %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sau_qua_tri_d1/resultats %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sau_qua_tri_d1/depart @@ -700,14 +838,26 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/qua_2d_24x36_d2/resultats %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/qua_2d_24x36_d2/depart %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/qua_2d_24x36_d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pen_d1/resultats_ref +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pen_d1/resultats +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pen_d1/depart +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pen_d1 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats_ref %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mix_qua_tri_d1_equ/resultats %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mix_qua_tri_d1_equ/depart %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mix_qua_tri_d1_equ +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mix_3d_d2/resultats_ref +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mix_3d_d2/resultats +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mix_3d_d2/depart +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mix_3d_d2 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats_ref %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/resultats %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_3d_tet_tri_d2_man/depart %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_3d_tet_tri_d2_man +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats_ref +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_3d_cube_d2_fig/resultats +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_3d_cube_d2_fig/depart +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_3d_cube_d2_fig %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_2d_carre_d1/resultats_ref %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_2d_carre_d1/resultats %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/med_2d_carre_d1/depart @@ -720,6 +870,10 @@ bin/%%UNAMES%%/%%HOMARDPG%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hex_d2/resultats %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hex_d2/depart %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hex_d2 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hex_3x3_d1/resultats_ref +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hex_3x3_d1/resultats +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hex_3x3_d1/depart +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hex_3x3_d1 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/Intranet/usage %%PORTDOCS%%@dirrm %%DOCSDIR%%/Intranet/presentation @@ -746,7 +900,5 @@ bin/%%UNAMES%%/%%HOMARDPG%% @unexec rm -f %%ASTER_TOOLS%%/homard @dirrmtry bin/%%UNAMES%% @dirrm %%AHPY%% -@dirrm %%AHPY5%% -@dirrm %%AHPY6%% @dirrm %%HOMARDDIR%% @dirrmtry apps |