feat(cpp-object-oriented-modular-refactoring): step 21 - domain-mapper-modules
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "io/abaqus/domain_builder.h"
|
||||
|
||||
#include "io/abaqus/domain_mapping_context.h"
|
||||
|
||||
namespace fesa::abaqus_internal {
|
||||
|
||||
Result<Domain> DomainBuilder::Build(DomainMappingContext& context) const {
|
||||
return context.Commit();
|
||||
}
|
||||
|
||||
} // namespace fesa::abaqus_internal
|
||||
Reference in New Issue
Block a user