[libfann] 87/242: split fann.c and fann_internal.c to several files (also rearange fann.h)
Christian Kastner
chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.
commit 4aa2f8cfc043978e39331d4acbf7db5b84eadf5e
Author: Steffen Nissen <lukesky at diku.dk>
Date: Mon Feb 16 22:42:07 2004 +0000
split fann.c and fann_internal.c to several files (also rearange fann.h)
---
src/fann_internal.c | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/src/fann_internal.c b/src/fann_internal.c
new file mode 100644
index 0000000..288b6ca
--- /dev/null
+++ b/src/fann_internal.c
@@ -0,0 +1,27 @@
+/*
+Fast Artificial Neural Network Library (fann)
+Copyright (C) 2003 Steffen Nissen (lukesky at diku.dk)
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+*/
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+
+#include "compat_time.h"
+#include "fann.h"
+#include "fann_internal.h"
+#include "fann_errno.h"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git
More information about the debian-science-commits
mailing list