Skip to content

Commit

Permalink
Cascade function definitions are hidden from FIXEDFANN, but fann_cpp.…
Browse files Browse the repository at this point in the history
…h still has calls for them with FIXEDFANN. Add ifndef FIXEDFANN to exclude those functions from FIXEDFANN.
  • Loading branch information
joelself committed Nov 5, 2015
1 parent 6637a78 commit f07bf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/fann_cpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1860,6 +1860,7 @@ namespace FANN {
return bit_fail;
}

#ifndef FIXEDFANN
/*********************************************************************/

/* Method: cascadetrain_on_data
Expand Down Expand Up @@ -2435,7 +2436,6 @@ namespace FANN {

/*********************************************************************/

#ifndef FIXEDFANN

/* Method: scale_train
Expand Down

0 comments on commit f07bf95

Please sign in to comment.