diff --git a/core/algorithms/canonicalise.cc b/core/algorithms/canonicalise.cc index e7bd6279d0..1230a47e6b 100644 --- a/core/algorithms/canonicalise.cc +++ b/core/algorithms/canonicalise.cc @@ -395,6 +395,9 @@ Algorithm::result_t canonicalise::apply(iterator& it) // std::cerr << Ex(facit) << " has tableaubase " << tba << std::endl; if(tba) { unsigned int num_ind=number_of_indices(facit); +#ifdef XPERM_DEBUG + std::cerr << "factor " << *facit->name << " has " << num_ind << " indices" << std::endl; +#endif // Add indices to the base. We used to add everything except the last one, but that // seems to be the wrong thing to do after the XPERM -> XPERM_EXT upgrade (see Jose's email). diff --git a/core/properties/AntiSymmetric.cc b/core/properties/AntiSymmetric.cc index 8e5bd81bab..75418e3bf2 100644 --- a/core/properties/AntiSymmetric.cc +++ b/core/properties/AntiSymmetric.cc @@ -27,7 +27,7 @@ TableauBase::tab_t AntiSymmetric::get_tab(const Properties& pr, Ex& tr, Ex::iter } tab_t tab; - for(unsigned int i=0; i