Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MolDyn
lib4neuro
Commits
6962f28c
Commit
6962f28c
authored
Nov 26, 2017
by
Martin Mrovec
Browse files
FIX: test suite for connetion - changed types to class
parent
d50cb8ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection_m.fun
View file @
6962f28c
...
...
@@ -7,13 +7,13 @@
test_suite
connection_m
!
Global
variables
declaration
type
(
mock_
neuron_t
)
,
target
::
n1
type
(
mock_
neuron_t
)
,
target
::
n2
class
(
neuron_t
),
target
::
n1
class
(
neuron_t
),
target
::
n2
type
(
mock_
neuron_t
)
,
pointer
::
n1_p
type
(
mock_
neuron_t
)
,
pointer
::
n2_p
class
(
neuron_t
),
pointer
::
n1_p
class
(
neuron_t
),
pointer
::
n2_p
type
(
mock_
neuron_t
)
,
pointer
::
dummy_p
class
(
neuron_t
),
pointer
::
dummy_p
type
(
connection_t
)
,
pointer
::
con
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment