Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'u/chapoton/14444' into 7.3.b3
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Jun 10, 2016
2 parents 715566f + c364003 commit d89f4a4
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 231 deletions.
2 changes: 1 addition & 1 deletion src/sage/combinat/cluster_algebra_quiver/mutation_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def _check_special_BC_cases(dg, n, check_letter_list, check_twist_list,
if not mut_type == 'unknown':
mut_type, conn_verts = mut_type
else:
# when conn_vert_list == False, the output of _connected_mutation_type _AAtildeD is simply 'unknown' or the mutation type.
# when conn_vert_list is False, the output of _connected_mutation_type _AAtildeD is simply 'unknown' or the mutation type.
# no 'connecting vertices' need to be computed.
mut_type = _connected_mutation_type_AAtildeD( dg, ret_conn_vert = False )
conn_verts = []
Expand Down

0 comments on commit d89f4a4

Please sign in to comment.