From a59a43a3b7f61dcaa4120f8283cb62aef5727b7f Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 17 Jul 2011 21:57:41 +0000 Subject: The network class will simply facilitate the input and output buffers, memory management, and probably contain the parsing code a little later on. git-svn-id: http://svn.xagasoft.com/misc/libneural/trunk@472 d8baa203-390c-0410-a584-dba4c0749223 --- src/column.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/column.cpp') diff --git a/src/column.cpp b/src/column.cpp index 10b010b..881284e 100644 --- a/src/column.cpp +++ b/src/column.cpp @@ -1 +1,5 @@ #include "neural/column.h" + +template class Neural::Column; +template class Neural::Column; +template class Neural::Column; -- cgit v1.2.3