aboutsummaryrefslogtreecommitdiff
path: root/src/modules/position_estimator_mc/codegen/randn.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-05-07 14:14:31 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-05-07 14:14:31 +0200
commit6a6feaf96cc6c4cfb6fdae25c9a0ac8a4e5809cc (patch)
tree654f7a648ee00f12ec25ee28143a74e6041c18a6 /src/modules/position_estimator_mc/codegen/randn.h
parent319ce3de1005d7199a992b227c7e75acb9db376b (diff)
parent9f2d65eff53e88f1c0674766f2f9ef6be04875c0 (diff)
downloadpx4-firmware-6a6feaf96cc6c4cfb6fdae25c9a0ac8a4e5809cc.tar.gz
px4-firmware-6a6feaf96cc6c4cfb6fdae25c9a0ac8a4e5809cc.tar.bz2
px4-firmware-6a6feaf96cc6c4cfb6fdae25c9a0ac8a4e5809cc.zip
Merged master
Diffstat (limited to 'src/modules/position_estimator_mc/codegen/randn.h')
-rwxr-xr-xsrc/modules/position_estimator_mc/codegen/randn.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/modules/position_estimator_mc/codegen/randn.h b/src/modules/position_estimator_mc/codegen/randn.h
deleted file mode 100755
index 8a2aa9277..000000000
--- a/src/modules/position_estimator_mc/codegen/randn.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * randn.h
- *
- * Code generation for function 'randn'
- *
- * C source code generated on: Tue Feb 19 15:26:32 2013
- *
- */
-
-#ifndef __RANDN_H__
-#define __RANDN_H__
-/* Include files */
-#include <math.h>
-#include <stddef.h>
-#include <stdlib.h>
-#include <string.h>
-#include "rt_nonfinite.h"
-
-#include "rtwtypes.h"
-#include "kalman_dlqe3_types.h"
-
-/* Type Definitions */
-
-/* Named Constants */
-
-/* Variable Declarations */
-
-/* Variable Definitions */
-
-/* Function Declarations */
-extern real_T randn(void);
-#endif
-/* End of code generation (randn.h) */