add namespaces and cmakelists for sub-dirs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user