source: cpp/gdk/defassign-f0_neuroconn.h @ 64

Last change on this file since 64 was 64, checked in by Maciej Komosinski, 13 years ago

a lot of minor fixes

File size: 301 bytes
Line 
1// This file is a part of the Framsticks GDK library.
2// Copyright (C) 2002-2011  Szymon Ulatowski.  See LICENSE.txt for details.
3// Refer to http://www.framsticks.com/ for further information.
4
5
6
7
8
9
10
11
12
13
14// default assignments for NeuroConn :
15n1_refno=-1;
16n2_refno=-1;
17weight=1.0;
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Note: See TracBrowser for help on using the repository browser.