Rename .dat file to standard .hh extension

time-shift
Sébastien Villemot 2019-01-10 14:29:58 +01:00
parent 6076a4ff0c
commit e45d230a3d
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
4 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,6 @@ libinteg_a_SOURCES = \
smolyak.hh \ smolyak.hh \
vector_function.cc \ vector_function.cc \
vector_function.hh \ vector_function.hh \
precalc_quadrature.dat precalc_quadrature.hh
libinteg_a_CPPFLAGS = -I../../sylv/cc -I../../tl/cc -I$(top_srcdir)/mex/sources libinteg_a_CPPFLAGS = -I../../sylv/cc -I../../tl/cc -I$(top_srcdir)/mex/sources
libinteg_a_CXXFLAGS = $(AM_CXXFLAGS) $(PTHREAD_CFLAGS) libinteg_a_CXXFLAGS = $(AM_CXXFLAGS) $(PTHREAD_CFLAGS)

View File

@ -1,7 +1,7 @@
// Copyright 2005, Ondra Kamenik // Copyright 2005, Ondra Kamenik
#include "quadrature.hh" #include "quadrature.hh"
#include "precalc_quadrature.dat" #include "precalc_quadrature.hh"
#include <cmath> #include <cmath>

View File

@ -126,7 +126,8 @@ INTEG_SRCS = \
$(TOPDIR)/integ/cc/smolyak.cc \ $(TOPDIR)/integ/cc/smolyak.cc \
$(TOPDIR)/integ/cc/smolyak.hh \ $(TOPDIR)/integ/cc/smolyak.hh \
$(TOPDIR)/integ/cc/vector_function.cc \ $(TOPDIR)/integ/cc/vector_function.cc \
$(TOPDIR)/integ/cc/vector_function.hh $(TOPDIR)/integ/cc/vector_function.hh \
$(TOPDIR)/integ/cc/precalc_quadrature.hh
nodist_libdynare___a_SOURCES = \ nodist_libdynare___a_SOURCES = \
$(KORD_SRCS) \ $(KORD_SRCS) \