Skip to content

Commit

Permalink
chartabissue
Browse files Browse the repository at this point in the history
  • Loading branch information
jenpaulhus committed Dec 12, 2023
1 parent 22ee4a3 commit a6d3fd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% endif %}
{% for chtr in gp.rational_characters %}
<tr>
<td> {{ chtr.display_knowl() | safe }}</td>{% if gp.has_nontrivial_schur_character %}<td class="center"> {% if chtr.schur_index != 1 %} {{chtr.schur_index}} {% endif %} </td> {% endif %}
<td> {{ chtr.display_knowl() | safe }}</td><td class="center"> {% if chtr.schur_index != 1 %} {{chtr.schur_index}} {% endif %} </td>
{% for c in gp.conjugacy_class_divisions %}
<td class="right">${{ chtr.qvalues[c.classes.0.counter - 1] }}$</td>
{% endfor %}
Expand Down

0 comments on commit a6d3fd5

Please sign in to comment.