Skip to content

Commit

Permalink
updated refactored structure in modular interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lambday authored and karlnapf committed Jul 1, 2016
1 parent 9a6f1bf commit 4dbc4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/interfaces/modular/Statistics.i
Expand Up @@ -29,4 +29,4 @@
%include <shogun/statistical_testing/LinearTimeMMD.h>
%include <shogun/statistical_testing/BTestMMD.h>
%include <shogun/statistical_testing/QuadraticTimeMMD.h>
%include <shogun/statistical_testing/KernelSelectionStrategy.h>
%include <shogun/statistical_testing/kernelselection/KernelSelectionStrategy.h>
2 changes: 1 addition & 1 deletion src/interfaces/modular/Statistics_includes.i
Expand Up @@ -8,6 +8,6 @@
#include <shogun/statistical_testing/LinearTimeMMD.h>
#include <shogun/statistical_testing/BTestMMD.h>
#include <shogun/statistical_testing/QuadraticTimeMMD.h>
#include <shogun/statistical_testing/KernelSelectionStrategy.h>
#include <shogun/statistical_testing/kernelselection/KernelSelectionStrategy.h>
%}

0 comments on commit 4dbc4e5

Please sign in to comment.