Skip to content

Commit 4a7b38a

Browse files
committed
added incrementContentsVersion
1 parent 8ae828e commit 4a7b38a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/drivenMD/process.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Module::ExecutionResult DrivenMDModule::process(ModuleContext &moduleContext)
152152
fmt::print("X coord = {}, Y coord = {}, Z coord = {}\n", i.x(), i.y(), i.z());
153153
}
154154

155+
targetConfiguration_->incrementContentsVersion();
155156
targetConfiguration_->updateObjectRelationships();
156157

157158
return ExecutionResult::Success;

0 commit comments

Comments
 (0)