mauvaise extension de fichier

git-svn-id: http://cregut.svn.enseeiht.fr/2020/1sn/pim/projets/GH-05@207223 e13453a9-b01f-0410-a051-f404c4f0c485
This commit is contained in:
lfainsin 2020-12-05 13:48:44 +00:00
parent b4aa8ad7d3
commit f4d3a11e80
5 changed files with 2 additions and 5 deletions

View file

@ -57,5 +57,4 @@ communiquez avec votre coéquipier !
# Autres informations
Vous pouvez ajouter ici toute information utile pour comprendre
l'organisation de votre dépôt...
l'organisation de votre dépôt...

View file

@ -43,7 +43,7 @@ R2: Comment « Récupérer les arguments de la ligne de commande » ?
Afficher les consignes d'utilisation
Fin Si
R2: Comment « Traiter les arguments » ?
R3: Comment « Traiter les arguments » ?
ite_max ← 150
alpha ← 0.85
naif ← False

View file

@ -14,8 +14,6 @@ package googleNaive is
function "*"(left: T_Google; right: Integer) return T_Google;
function "/"(left: T_Google; right: Integer) return T_Google;
function isEmpty(mat: T_Google) return Boolean;
procedure initialize(mat: in out T_Google) with
Post => isEmpty(mat);