mirror of
				https://gitlab.com/klmp200/LO27.git
				synced 2025-10-31 03:33:03 +00:00 
			
		
		
		
	Début du raport et renommage de fonction
This commit is contained in:
		| @@ -263,7 +263,7 @@ bool SetCellValue(Matrix matrix, int ColPos, int RowPos,bool value){ | ||||
| 	} | ||||
| } | ||||
|  | ||||
| void BasicPrintMatrix(Matrix matrix){ | ||||
| void printMatrix(Matrix matrix){ | ||||
| /* Non optimisé : debug fx */ | ||||
| 	int i = 0; | ||||
| 	int j = 0; | ||||
|   | ||||
| @@ -189,7 +189,7 @@ Matrix SetMatrixDim(Matrix matrix,int nbCols,int nbRows); | ||||
| *@return void | ||||
| * | ||||
| */ | ||||
| void BasicPrintMatrix(Matrix matrix); | ||||
| void printMatrix(Matrix matrix); | ||||
|  | ||||
| bool RecursiveFreeCol(Matrix matrix, cellElement * elem); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user