Skip to content

Commit

Permalink
It compiles!
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs committed Sep 2, 2024
1 parent 56a3a8e commit 8b35112
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cmake/selection-libbiodynamo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
<class name="bdm::neuroscience::SplitNeuriteElementEvent" />
<class name="bdm::neuroscience::NeuriteElement::MechanicalForcesFunctor" />
<class name="bdm::Spinlock" />
<class name="bdm::SharedData<std::vector<bdm::AgentUid>>" />
<class name="bdm::SharedData<uint64_t>" />
<class name="bdm::SharedData<bdm::MathArray<double,3>>" />
<class name="bdm::SharedData<bdm::MathArray<double,4>>" />
Expand Down
1 change: 0 additions & 1 deletion cmake/selection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
<class name="bdm::neuroscience::SideNeuriteExtensionEvent" />
<class name="bdm::neuroscience::SplitNeuriteElementEvent" />
<class name="bdm::neuroscience::NeuriteElement::MechanicalForcesFunctor" />
<class name="bdm::SharedData<std::vector<bdm::AgentUid>>" />
<class name="bdm::SharedData<uint64_t>" />
<class name="bdm::SharedData<bdm::MathArray<double,3>>" />
<class name="bdm::SharedData<bdm::MathArray<double,4>>" />
Expand Down
1 change: 0 additions & 1 deletion src/core/environment/uniform_grid_environment.h
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ class UniformGridEnvironment : public Environment {
uint64_t start, uint64_t end,
Functor<void, Iterator<AgentHandle>*>& f) const override;

private:
UniformGridEnvironment* grid_;
MortonOrder mo_;
ParallelResizeVector<Box*> sorted_boxes_;
Expand Down

0 comments on commit 8b35112

Please sign in to comment.