Skip to content

Commit

Permalink
Revert "disable example when NLOPT is not available"
Browse files Browse the repository at this point in the history
This reverts commit cd63a59. puffin has
a much better fix to this problem.
  • Loading branch information
Soeren Sonnenburg committed Jun 27, 2012
1 parent eade5bd commit 7bac16a
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -7,7 +7,6 @@
* Written (W) 2012 Jacob Walker
*/

#include <shogun/lib/config.h>
#include <shogun/base/init.h>
#include <shogun/labels/RegressionLabels.h>
#include <shogun/features/DenseFeatures.h>
Expand All @@ -33,7 +32,6 @@ void print_message(FILE* target, const char* str)

int main(int argc, char **argv)
{
#ifdev HAVE_NLOPT
init_shogun(&print_message, &print_message, &print_message);

int32_t num_vectors=4;
Expand Down Expand Up @@ -179,6 +177,5 @@ int main(int argc, char **argv)

exit_shogun();

#endif
return 0;
}

0 comments on commit 7bac16a

Please sign in to comment.