removed file paths
This commit is contained in:
parent
62206a962b
commit
d690dd69d8
@ -1,6 +1,6 @@
|
||||
public class TestGraph {
|
||||
public static void main(String[] args) {
|
||||
Graph g = new Graph("/home/old/projects/Java/graphprogram/24n_01.csv");
|
||||
Graph g = new Graph("");
|
||||
System.out.println(g);
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
public class TestMatrix {
|
||||
public static void main(String[] args) {
|
||||
Matrix matrix = new Matrix("/home/old/projects/Java/graphprogram/24n_01.csv");
|
||||
Matrix matrix = new Matrix("");
|
||||
Matrix scalarProduct;
|
||||
|
||||
System.out.println("RowLength: " + matrix.getRowLength());
|
||||
|
Loading…
Reference in New Issue
Block a user