Skip to content

Commit

Permalink
added incrementContentsVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Danbr4d committed Feb 3, 2025
1 parent e0f8274 commit c3199f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/drivenMD/process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Module::ExecutionResult DrivenMDModule::process(ModuleContext &moduleContext)
fmt::print("X coord = {}, Y coord = {}, Z coord = {}\n", i.x(), i.y(), i.z());
}

targetConfiguration_->incrementContentsVersion();
targetConfiguration_->updateObjectRelationships();

return ExecutionResult::Success;
Expand Down

0 comments on commit c3199f6

Please sign in to comment.