We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f8274 commit c3199f6Copy full SHA for c3199f6
1 file changed
src/modules/drivenMD/process.cpp
@@ -152,6 +152,7 @@ Module::ExecutionResult DrivenMDModule::process(ModuleContext &moduleContext)
152
fmt::print("X coord = {}, Y coord = {}, Z coord = {}\n", i.x(), i.y(), i.z());
153
}
154
155
+ targetConfiguration_->incrementContentsVersion();
156
targetConfiguration_->updateObjectRelationships();
157
158
return ExecutionResult::Success;
0 commit comments