Skip to content
Snippets Groups Projects
Commit 085a8236 authored by thibault.capt's avatar thibault.capt
Browse files

Merge remote-tracking branch 'origin/main' into main

parents 13881ec3 107bd59e
Branches
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ public class Simplex { ...@@ -270,7 +270,7 @@ public class Simplex {
*/ */
public void resultPrint(Matrix m, long time) { public void resultPrint(Matrix m, long time) {
if(m == null) { if(m == null) {
System.out.println("Impossible d'écrire une matrice null..."); System.out.println("Impossible d'écrire une matrice nulle...");
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment