Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
8ac8b139
Unverified
Commit
8ac8b139
authored
6 months ago
by
Jannik Luboeinski
Committed by
GitHub
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Small syntax fix for profiler macro calls (#2391)
parent
2c08a566
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arbor/fvm_lowered_cell_impl.hpp
+2
-2
2 additions, 2 deletions
arbor/fvm_lowered_cell_impl.hpp
with
2 additions
and
2 deletions
arbor/fvm_lowered_cell_impl.hpp
+
2
−
2
View file @
8ac8b139
...
...
@@ -216,7 +216,7 @@ fvm_integration_result fvm_lowered_cell_impl<Backend>::integrate(
// Add stimulus current contributions.
// NOTE: performed after dt, time_to calculation, in case we want to
// use mean current contributions as opposed to point sample.
PE
(
advance
:
integrate
:
stimuli
)
PE
(
advance
:
integrate
:
stimuli
)
;
state_
->
add_stimulus_current
();
PL
();
...
...
@@ -256,7 +256,7 @@ fvm_integration_result fvm_lowered_cell_impl<Backend>::integrate(
state_
->
test_thresholds
();
PL
();
PE
(
advance
:
integrate
:
post
)
PE
(
advance
:
integrate
:
post
)
;
if
(
post_events_
)
{
for
(
auto
&
m
:
mechanisms_
)
{
m
->
post_event
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment