tiny fix
This commit is contained in:
parent
0886c1bb4c
commit
ac6eaaf56c
2
t.cc
2
t.cc
@ -98,7 +98,7 @@ if(dim!=snd) laerror("inconsistency in standard tableaux generation");
|
||||
PERM_RANK_TYPE und=p.Un_irrep_dim(unitary_n);
|
||||
cout<<"U("<<unitary_n<<") ir dim "<<und<<endl;
|
||||
space_dim += und*snd;
|
||||
CompressedPartition qc<int>(q);
|
||||
CompressedPartition<int> qc(q);
|
||||
cout <<"("<<qc<<')';
|
||||
cout<<" Class size "<<qc.Sn_class_size()<<endl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user