Skip to content

Commit

Permalink
Update hemibrain_split.R
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Aug 6, 2024
1 parent 3e62f56 commit d20f843
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/hemibrain_split.R
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,9 @@ flow_centrality.neuron <- function(x,
}
x$AD.segregation.index = segregation.index
x$max.flow.centrality = as.numeric(ais)
x$split = x$tags$split = TRUE
x = hemibrain_neuron_class(x)
x$split <- x$tags$split = TRUE
x <- hemibrain_neuron_class
class(x) <- c("splitneuron",class(x))
x
}

Expand Down

0 comments on commit d20f843

Please sign in to comment.