add namespaces and cmakelists for sub-dirs

This commit is contained in:
Dominik Demuth
2024-12-13 14:03:33 +01:00
parent e90c4c9543
commit e6331749b2
32 changed files with 604 additions and 440 deletions

View File

@@ -129,8 +129,8 @@ std::unordered_map<std::string, double> read_parameter(const std::filesystem::pa
std::string make_directory(
const Motion& motion,
const Distribution& distribution
const motions::BaseMotion& motion,
const times::BaseDistribution& distribution
) {
std::ostringstream path_name;
path_name << motion.toString() << "/" << distribution.toString();