Skip to content

Commit

Permalink
Fix submission
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs committed Sep 16, 2024
1 parent f6d897c commit a399cb5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions demo/soma_clustering/src/validation_criterion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

#include <vector>
#include "biodynamo.h"
#include "my_cell.h"
#include "core/real_t.h"
#include "core/agent/agent.h"
#include "core/simulation.h"
#include "core/container/math_array.h"
#include "core/real_t.h"
#include "core/resource_manager.h"
#include "core/simulation.h"
#include "my_cell.h"

namespace bdm {
namespace soma_clustering {
Expand Down
1 change: 0 additions & 1 deletion src/core/operation/mechanical_forces_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "core/simulation.h"
#include "core/util/math.h"
#include "core/util/thread_info.h"
#include "core/operation/operation_registry.h"

namespace bdm {

Expand Down
2 changes: 1 addition & 1 deletion src/neuroscience/new_agent_event/neurite_branching_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

#include <array>
#include "core/agent/new_agent_event.h"
#include "core/real_t.h"
#include "core/container/math_array.h"
#include "core/real_t.h"

namespace bdm {
namespace neuroscience {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#define NEUROSCIENCE_NEW_AGENT_EVENT_SIDE_NEURITE_EXTENSION_EVENT_H_

#include "core/agent/new_agent_event.h"
#include "core/real_t.h"
#include "core/container/math_array.h"
#include "core/real_t.h"

namespace bdm {
namespace neuroscience {
Expand Down
2 changes: 1 addition & 1 deletion test/unit/core/operation/dividing_cell_op_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

#include "core/agent/cell.h"
#include "core/operation/dividing_cell_op.h"
#include "core/operation/operation_registry.h"
#include "core/resource_manager.h"
#include "unit/test_util/test_util.h"
#include "core/operation/operation_registry.h"

namespace bdm {
namespace dividing_cell_op_test_internal {
Expand Down
2 changes: 1 addition & 1 deletion test/unit/core/operation/mechanical_forces_op_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

#include "core/agent/cell.h"
#include "core/operation/mechanical_forces_op.h"
#include "unit/test_util/test_util.h"
#include "core/operation/operation_registry.h"
#include "unit/test_util/test_util.h"

namespace bdm {
namespace mechanical_forces_op_test_internal {
Expand Down

0 comments on commit a399cb5

Please sign in to comment.