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
Gauthier Quesnel
irritator
Commits
9e7d006f
Commit
9e7d006f
authored
Nov 20, 2020
by
Gauthier Quesnel
Browse files
io: enable integrator and quantifier
parent
098fd8a5
Pipeline
#22190
passed with stage
in 2 minutes and 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lib/test/public-api.cpp
View file @
9e7d006f
...
...
@@ -627,8 +627,8 @@ main()
sim
.
alloc
<
irt
::
qss3_wsum_2
>
();
sim
.
alloc
<
irt
::
qss3_wsum_3
>
();
sim
.
alloc
<
irt
::
qss3_wsum_4
>
();
//
sim.alloc<irt::integrator>();
// TODO alloc need static_dispatch to return
//
sim.alloc<irt::quantifier>();
// a data_array. Need to remove data_array_archive.
sim
.
alloc
<
irt
::
integrator
>
();
sim
.
alloc
<
irt
::
quantifier
>
();
sim
.
alloc
<
irt
::
adder_2
>
();
sim
.
alloc
<
irt
::
adder_3
>
();
sim
.
alloc
<
irt
::
adder_4
>
();
...
...
@@ -662,7 +662,7 @@ main()
irt
::
reader
r
(
is
);
expect
(
irt
::
is_success
(
r
(
sim
)));
expect
(
sim
.
models
.
size
()
==
4
7
);
expect
(
sim
.
models
.
size
()
==
4
9
);
}
};
...
...
Write
Preview
Markdown
is supported
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