Skip to content
Snippets Groups Projects
Commit ef68d59c authored by Andrea Censi's avatar Andrea Censi
Browse files

No commit message

No commit message
parent cbc8db7f
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ int main(int argc, char * argv[]) {
printf(json_object_to_json_string(jo));
return 0;
}
\ No newline at end of file
}
......@@ -20,4 +20,4 @@ int main(int argc, char * argv[]) {
}
return 0;
}
\ No newline at end of file
}
#include <string.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <math.h>
#include "debug.h"
......@@ -13,7 +14,7 @@
#ifndef NAN
#define NAN nan("")
#define NAN strtod("NAN")
#endif
int json_stream_skip(FILE*f) {
......
......@@ -3,7 +3,7 @@
#include <math.h>
#include <ctype.h>
#include "logging.h"
#include "math_utils.h"
#include "math_utils.h "
#include "laser_data_json.h"
JO matrix_to_json(gsl_matrix*m) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment