Skip to content
Snippets Groups Projects
Verified Commit e45d230a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Rename .dat file to standard .hh extension

parent 6076a4ff
Branches
Tags
No related merge requests found
......@@ -11,6 +11,6 @@ libinteg_a_SOURCES = \
smolyak.hh \
vector_function.cc \
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_CXXFLAGS = $(AM_CXXFLAGS) $(PTHREAD_CFLAGS)
// Copyright 2005, Ondra Kamenik
#include "quadrature.hh"
#include "precalc_quadrature.dat"
#include "precalc_quadrature.hh"
#include <cmath>
......
......@@ -126,7 +126,8 @@ INTEG_SRCS = \
$(TOPDIR)/integ/cc/smolyak.cc \
$(TOPDIR)/integ/cc/smolyak.hh \
$(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 = \
$(KORD_SRCS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment