small fixes for compatibility
This commit is contained in:
parent
10c70e5c51
commit
0886c1bb4c
@ -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])
|
||||
|
@ -63,7 +63,7 @@ extern "C" {
|
||||
#include "noncblas.h"
|
||||
#else
|
||||
extern "C" {
|
||||
#include "atlas/clapack.h"
|
||||
#include "clapack.h"
|
||||
}
|
||||
#endif
|
||||
|
||||
|
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(q);
|
||||
CompressedPartition qc<int>(q);
|
||||
cout <<"("<<qc<<')';
|
||||
cout<<" Class size "<<qc.Sn_class_size()<<endl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user