Skip to content

Commit

Permalink
Fix self-contained headers problem
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs committed Aug 27, 2024
1 parent f896784 commit 4395c58
Show file tree
Hide file tree
Showing 8 changed files with 188 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/operation/mechanical_forces_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#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
179 changes: 179 additions & 0 deletions src/module.modulemap

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/neuroscience/new_agent_event/neurite_branching_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

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

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

#include "core/agent/new_agent_event.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,6 +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"

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

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

namespace bdm {
namespace neuroscience {
Expand Down
1 change: 1 addition & 0 deletions test/unit/core/operation/dividing_cell_op_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "core/operation/dividing_cell_op.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
1 change: 1 addition & 0 deletions test/unit/core/operation/mechanical_forces_op_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#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"

namespace bdm {
namespace mechanical_forces_op_test_internal {
Expand Down

0 comments on commit 4395c58

Please sign in to comment.