Skip to content

Commit

Permalink
distr_2d.h: factored out common parts
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob authored and Speierers committed Jan 28, 2020
1 parent 7dd7312 commit 88c8f05
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 283 deletions.
2 changes: 1 addition & 1 deletion ext/enoki
2 changes: 1 addition & 1 deletion include/mitsuba/core/class.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public: \
*/
#define MTS_IMPORT_BASE(Name, ...) \
using Base = Name<Float, Spectrum>; \
ENOKI_MAP_IMPORT(MTS_IMPORT_BASE_HELPER(__VA_ARGS__))
ENOKI_USING_MEMBERS(MTS_IMPORT_BASE_HELPER(__VA_ARGS__))

NAMESPACE_BEGIN(detail)
template <typename, typename Arg, typename = void>
Expand Down
Loading

0 comments on commit 88c8f05

Please sign in to comment.