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

print

parent 6535d550
Branches
No related tags found
Loading
...@@ -70,6 +70,7 @@ public class Matrix { ...@@ -70,6 +70,7 @@ public class Matrix {
for (int j = 0; j < y; j++) { for (int j = 0; j < y; j++) {
System.out.format("%8.2f", this.data[i][j]); System.out.format("%8.2f", this.data[i][j]);
} }
System.out.println();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment