small fixes for compatibility

This commit is contained in:
Jiri Pittner 2021-06-25 16:19:27 +02:00
parent 10c70e5c51
commit 0886c1bb4c
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.71])
AC_PREREQ([2.69])
AC_INIT([libla],[1.1],[jiri@pittnerovi.com])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -63,7 +63,7 @@ extern "C" {
#include "noncblas.h"
#else
extern "C" {
#include "atlas/clapack.h"
#include "clapack.h"
}
#endif

2
t.cc
View File

@ -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(q);
CompressedPartition qc<int>(q);
cout <<"("<<qc<<')';
cout<<" Class size "<<qc.Sn_class_size()<<endl;