Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
adalisan committed Aug 25, 2017
1 parent a7279a9 commit 1b2abd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/run_graph_match.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ print ("Dimensions of A")
print (dim(A))
print ("Dimensions of B")
print (dim(B))
if ( dim(A)[0]>0 && dim(B)[0]>0) {
if ( dim(A)[1]>0 && dim(B)[1]>0) {
result <- run_graph_match(A, B, algorithm_params)

print ("Original permutation")
Expand Down

0 comments on commit 1b2abd9

Please sign in to comment.