Skip to content

Commit

Permalink
Merge pull request #107 from PalladioSimulator/integration-ba-teichma…
Browse files Browse the repository at this point in the history
…nn_qvto

Integration ba teichmann qvto
  • Loading branch information
rapp-fzi authored May 16, 2024
2 parents cc9d418 + b2e6645 commit d04a8b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ protected ExecutionDiagnostic executeTransformationInternal(QvtoModelTransformat
IResourceTableManager resourceTableManager, Map<String, Object> configParams) {
ModelExtent[] modelExtents = setupModelExtents(Objects.requireNonNull(modelTransformation));
Map<String, Object> contextParams = new HashMap<>(configParams);
configParams.put(KEY_RESOURCE_TABLE_MANAGER, resourceTableManager);
contextParams.put(KEY_RESOURCE_TABLE_MANAGER, resourceTableManager);
ExecutionContext executionContext = setupExecutionContext(contextParams);
// now run the transformation assigned to the executor with the given
// input and output and execution context
Expand Down

0 comments on commit d04a8b5

Please sign in to comment.