Skip to content
Snippets Groups Projects

Johannes

Merged Alexis Nasr requested to merge johannes into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,7 +10,7 @@ typedef struct {
int nbelem;
feat_desc **array;
int dim;
feat_lib *fl; // stores all simple features
feat_lib *fl; // stores all simple features
} feat_model;
#include "config.h"
Loading