Commit 772a676 1 parent 7c73222 commit 772a676 Copy full SHA for 772a676
File tree 2 files changed +6
-6
lines changed
include/ddc/kernels/splines
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class SplineEvaluator
86
86
ddc::Coordinate<tag_type>,
87
87
ddc::ChunkSpan<
88
88
double const ,
89
- spline_domain_type ,
89
+ bsplines_domain_type ,
90
90
std::experimental::layout_right,
91
91
memory_space>>,
92
92
" LeftExtrapolationRule::operator() has to be callable with usual arguments." );
@@ -97,7 +97,7 @@ class SplineEvaluator
97
97
ddc::Coordinate<tag_type>,
98
98
ddc::ChunkSpan<
99
99
double const ,
100
- spline_domain_type ,
100
+ bsplines_domain_type ,
101
101
std::experimental::layout_right,
102
102
memory_space>>,
103
103
" RightExtrapolationRule::operator() has to be callable with usual arguments." );
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ class SplineEvaluator2D
109
109
ddc::Coordinate<tag_type1>,
110
110
ddc::ChunkSpan<
111
111
double const ,
112
- spline_domain_type ,
112
+ bsplines_domain_type ,
113
113
std::experimental::layout_right,
114
114
memory_space>>,
115
115
" LeftExtrapolationRule1::operator() has to be callable "
@@ -121,7 +121,7 @@ class SplineEvaluator2D
121
121
ddc::Coordinate<tag_type1>,
122
122
ddc::ChunkSpan<
123
123
double const ,
124
- spline_domain_type ,
124
+ bsplines_domain_type ,
125
125
std::experimental::layout_right,
126
126
memory_space>>,
127
127
" RightExtrapolationRule1::operator() has to be callable "
@@ -133,7 +133,7 @@ class SplineEvaluator2D
133
133
ddc::Coordinate<tag_type2>,
134
134
ddc::ChunkSpan<
135
135
double const ,
136
- spline_domain_type ,
136
+ bsplines_domain_type ,
137
137
std::experimental::layout_right,
138
138
memory_space>>,
139
139
" LeftExtrapolationRule2::operator() has to be callable "
@@ -145,7 +145,7 @@ class SplineEvaluator2D
145
145
ddc::Coordinate<tag_type2>,
146
146
ddc::ChunkSpan<
147
147
double const ,
148
- spline_domain_type ,
148
+ bsplines_domain_type ,
149
149
std::experimental::layout_right,
150
150
memory_space>>,
151
151
" RightExtrapolationRule2::operator() has to be callable "
You can’t perform that action at this time.
0 commit comments