Skip to content

Commit

Permalink
Added more concepts to visitors
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Jul 26, 2023
1 parent 16c6b85 commit c35210f
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 167 deletions.
2 changes: 1 addition & 1 deletion include/DataFrame/DataFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace hmdf
// A DataFrame may contain one index and any number of columns of any built-in
// or user-defined types
//
template<typename I, class H>
template<typename I, typename H>
class DataFrame : public ThreadGranularity {

using DataVec = H;
Expand Down
Loading

0 comments on commit c35210f

Please sign in to comment.