version.h moved to LA_version.h to avoid interference
This commit is contained in:
parent
92f7815eef
commit
b24e680dc7
@ -1,5 +1,5 @@
|
|||||||
lib_LTLIBRARIES = libla.la
|
lib_LTLIBRARIES = libla.la
|
||||||
include_HEADERS = version.h tensor.h miscfunc.h simple.h vecmat3.h quaternion.h fortran.h cuda_la.h auxstorage.h davidson.h laerror.h mat.h qsort.h vec.h bisection.h diis.h la.h noncblas.h smat.h numbers.h bitvector.h fourindex.h la_traits.h la_random.h nonclass.h sparsemat.h sparsesmat.h csrmat.h conjgrad.h gmres.h matexp.h permutation.h polynomial.h contfrac.h graph.h reg.h regsurf.h
|
include_HEADERS = LA_version.h tensor.h miscfunc.h simple.h vecmat3.h quaternion.h fortran.h cuda_la.h auxstorage.h davidson.h laerror.h mat.h qsort.h vec.h bisection.h diis.h la.h noncblas.h smat.h numbers.h bitvector.h fourindex.h la_traits.h la_random.h nonclass.h sparsemat.h sparsesmat.h csrmat.h conjgrad.h gmres.h matexp.h permutation.h polynomial.h contfrac.h graph.h reg.h regsurf.h
|
||||||
libla_la_SOURCES = simple.cc tensor.cc miscfunc.cc quaternion.cc vecmat3.cc vec.cc mat.cc smat.cc sparsemat.cc sparsesmat.cc csrmat.cc laerror.cc noncblas.cc numbers.cc bitvector.cc strassen.cc nonclass.cc cuda_la.cc fourindex.cc permutation.cc polynomial.cc contfrac.cc graph.cc la_random.cc reg.cc regsurf.cc
|
libla_la_SOURCES = simple.cc tensor.cc miscfunc.cc quaternion.cc vecmat3.cc vec.cc mat.cc smat.cc sparsemat.cc sparsesmat.cc csrmat.cc laerror.cc noncblas.cc numbers.cc bitvector.cc strassen.cc nonclass.cc cuda_la.cc fourindex.cc permutation.cc polynomial.cc contfrac.cc graph.cc la_random.cc reg.cc regsurf.cc
|
||||||
nodist_libla_la_SOURCES = version.cc
|
nodist_libla_la_SOURCES = version.cc
|
||||||
check_PROGRAMS = t test tX test_reg test_regsurf
|
check_PROGRAMS = t test tX test_reg test_regsurf
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/csh -f
|
#!/bin/csh -f
|
||||||
cat <<!
|
cat <<!
|
||||||
#include "version.h"
|
#include "LA_version.h"
|
||||||
const char LA::version[] =
|
const char LA::version[] =
|
||||||
!
|
!
|
||||||
echo -n '"'
|
echo -n '"'
|
||||||
|
2
la.h
2
la.h
@ -48,7 +48,7 @@
|
|||||||
#include "tensor.h"
|
#include "tensor.h"
|
||||||
#include "vecmat3.h"
|
#include "vecmat3.h"
|
||||||
#include "quaternion.h"
|
#include "quaternion.h"
|
||||||
#include "version.h"
|
#include "LA_version.h"
|
||||||
|
|
||||||
using namespace LA;
|
using namespace LA;
|
||||||
typedef NRMat<int> NRIMat;
|
typedef NRMat<int> NRIMat;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user