2
0
Fork 0

repertoires de test Batterie/FONCTION_UNIQUE/LOI_DE_COMPORTEMENT/ISOHYPER3DFAVIER3 : renommage des repertoires Test_R_traction et Test_R_cisaillement en des noms plus explicites (pour le catalogue de tests)

This commit is contained in:
troufflard 2015-07-15 14:57:41 +00:00
parent c1eba0a32d
commit 59014c6417
15 changed files with 8 additions and 8 deletions

View file

@ -4,8 +4,8 @@
- version HZ++ : HZppfast 6.713
- Batterie de tests lancee
- le 13/07/2015
- a 18:48 (heure locale)
- le 15/07/2015
- a 16:43 (heure locale)
---------------------------------------
./Batterie/FONCTION_UNIQUE/LOI_DE_COMPORTEMENT/CP_venant_du_3D/Test_L_tunnel_ISOELAS_CP/.CVisu1

View file

@ -4,8 +4,8 @@
- version HZ++ : HZppfast 6.713
- Batterie de tests lancee
- le 13/07/2015
- a 18:47 (heure locale)
- le 15/07/2015
- a 16:43 (heure locale)
---------------------------------------
./Batterie/FONCTION_UNIQUE/CONTACT/Test_R_contact_axi_non_dynamique/.CVisu1

View file

@ -106,14 +106,14 @@ while($#ARGV != -1) {
#* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
#cas d une option inconnue (on l ignore)
elsif($opt =~ /^-/) {
warn "Attention (prog:$NOM_PROG) : l option $opt est inconnue (et ignoree)...\n";
warn "(taper entree pour continuer...)\n";
<STDIN>;
<STDIN>;#attend jusqu a ce que la touche entree soit tapee
}
#sinon on enregistre l argument dans @args
else {
push(@args, $opt);
@ -125,7 +125,7 @@ while($#ARGV != -1) {
#premier argument obligatoire : nom de l executable Herezh
$exeHZ = shift(@args);
#* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
#note aux developpeurs : AJOUTER ICI DE NOUVELLES VERIF EN LIEN AVEC UNE NOUVELLE OPTION OU UN NOUVEL ARGUMENT
#note aux developpeurs : AJOUTER ICI DE NOUVELLES AFFECTATIONS DE VARIABLE EN FONCTION DES ARGUMENTS @args
#* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *