File tree 2 files changed +12
-8
lines changed
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
10
+
11
+
10
12
#ifdef GRAD_H
11
13
#include " math/PDE/grad.cpp"
12
14
#endif
23
25
#include " tools/memory/ml_alloc.cpp"
24
26
#endif
25
27
26
- #ifdef ML_ALLOC_H
27
- #include " tools/memory/ml_alloc.cpp"
28
- #endif
29
-
30
28
#ifdef APPLY_HDAF_H
31
29
#include " math/hdaf/apply_hdaf.cpp"
32
30
#endif
39
37
#include " tools/std_tools.cpp"
40
38
#endif
41
39
40
+
42
41
#ifdef ML_CONVOLUTION_H
43
42
#include " math/convolution/convolution.cpp"
44
43
#endif
116
115
#include " tools/arrays/array1.cpp"
117
116
#endif
118
117
118
+
119
+
120
+
121
+
122
+
119
123
/*
120
124
#ifndef EUVEC_H
121
125
#include "euVec.h"
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ double get_real_time()
31
31
timespec current_time;
32
32
clock_gettime (CLOCK_REALTIME, ¤t_time);
33
33
return (double ) ((double )current_time.tv_sec +(double )current_time.tv_nsec /(1.0E9 ));
34
- /*
35
- timespec current_time;
36
- clock_gettime(CLOCK_REALTIME, ¤t_time);
37
- return (double)current_time.tv_nsec/1E9;*/
34
+
35
+ // timespec current_time;
36
+ // clock_gettime(CLOCK_REALTIME, ¤t_time);
37
+ // return (double)current_time.tv_nsec/1E9;
38
38
}
39
39
40
40
void std_exit ()
You can’t perform that action at this time.
0 commit comments