Skip to content

Commit 3c596b3

Browse files
committed
fix bug in math_utils.cpp
1 parent 7e3889b commit 3c596b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

codes/graphSim/math_utils.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#include "math_utils.h"
2+
#include <assert.h>
3+
#include <math.h>
24

35
float applyKernel(const QVector<float> &vec1, const QVector<float> &vec2, KernelFunc func)
46
{

0 commit comments

Comments
 (0)