Make cell type copyable by default (#430)
* Enable `cell` copy constructor, remove special tag type used to guard `cell` cloning. * Provide sane defaults for `recipe` methods.
Showing
- example/miniapp/miniapp_recipes.cpp 0 additions, 4 deletionsexample/miniapp/miniapp_recipes.cpp
- src/cell.hpp 13 additions, 14 deletionssrc/cell.hpp
- src/common_types.hpp 1 addition, 0 deletionssrc/common_types.hpp
- src/common_types_io.cpp 13 additions, 0 deletionssrc/common_types_io.cpp
- src/fvm_multicell.hpp 1 addition, 1 deletionsrc/fvm_multicell.hpp
- src/recipe.hpp 13 additions, 7 deletionssrc/recipe.hpp
- tests/global_communication/test_communicator.cpp 0 additions, 16 deletionstests/global_communication/test_communicator.cpp
- tests/global_communication/test_domain_decomposition.cpp 0 additions, 3 deletionstests/global_communication/test_domain_decomposition.cpp
- tests/simple_recipes.hpp 3 additions, 14 deletionstests/simple_recipes.hpp
- tests/unit/test_cell.cpp 1 addition, 1 deletiontests/unit/test_cell.cpp
- tests/unit/test_domain_decomposition.cpp 0 additions, 16 deletionstests/unit/test_domain_decomposition.cpp
- tests/validation/validate_ball_and_stick.cpp 0 additions, 1 deletiontests/validation/validate_ball_and_stick.cpp
- tests/validation/validate_compartment_policy.cpp 0 additions, 1 deletiontests/validation/validate_compartment_policy.cpp
- tests/validation/validate_kinetic.cpp 0 additions, 1 deletiontests/validation/validate_kinetic.cpp
- tests/validation/validate_soma.cpp 0 additions, 1 deletiontests/validation/validate_soma.cpp
- tests/validation/validate_synapses.cpp 0 additions, 1 deletiontests/validation/validate_synapses.cpp
Please register or sign in to comment