[spcopula-commits] r105 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Sep 8 11:17:15 CEST 2013


Author: mappe
Date: 2013-09-08 11:17:14 +0200 (Sun, 08 Sep 2013)
New Revision: 105

Modified:
   pkg/src/Rinterface.h
Log:
- Converted line breaks from CRLF to LF

Modified: pkg/src/Rinterface.h
===================================================================
--- pkg/src/Rinterface.h	2013-09-03 14:40:41 UTC (rev 104)
+++ pkg/src/Rinterface.h	2013-09-08 09:17:14 UTC (rev 105)
@@ -1,33 +1,33 @@
-
-#include <math.h>
-#include <stdio.h>
-#include <stdlib.h>
-
-
-
-#ifdef _WIN32
-#define R_EXPORT __declspec(dllexport)
-#else
-#define R_EXPORT
-#endif
-
-
-
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* FORWARD DECLARATIONS */
-
-void R_EXPORT distMatrix(double *out, double *xa, double *xb, int *na, int*nb, int *d);
-void R_EXPORT distMatrix_2d(double *out, double *xa, double *xb, int *na, int*nb);
-void R_EXPORT distMatrixInner(double *out, double *xa, int *na, int *d);
-void R_EXPORT distMatrixInner_2d(double *out, double *xa, int *na);
-
-void R_EXPORT getNeighbours_2d(double *out_locs, double *out_dists, double *data_locs, double *pred_locs, int *n_data, int *n_pred, double *min_dist, int *k, int *prediction);
-
-
-#ifdef __cplusplus
-}
+
+#include <math.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+
+
+#ifdef _WIN32
+#define R_EXPORT __declspec(dllexport)
+#else
+#define R_EXPORT
+#endif
+
+
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* FORWARD DECLARATIONS */
+
+void R_EXPORT distMatrix(double *out, double *xa, double *xb, int *na, int*nb, int *d);
+void R_EXPORT distMatrix_2d(double *out, double *xa, double *xb, int *na, int*nb);
+void R_EXPORT distMatrixInner(double *out, double *xa, int *na, int *d);
+void R_EXPORT distMatrixInner_2d(double *out, double *xa, int *na);
+
+void R_EXPORT getNeighbours_2d(double *out_locs, double *out_dists, double *data_locs, double *pred_locs, int *n_data, int *n_pred, double *min_dist, int *k, int *prediction);
+
+
+#ifdef __cplusplus
+}
 #endif
\ No newline at end of file



More information about the spcopula-commits mailing list