Skip to content

Commit 5d44e22

Browse files
committed
revert line move by mistake
1 parent e813496 commit 5d44e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/co_sim_io/c/model_part/test_model_part_element.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ int main(int argc, const char** argv)
2626
COSIMIO_UNUSED(argc);
2727
COSIMIO_UNUSED(argv);
2828

29-
for (i=0; i<5; ++i) {
3029
model_part = CoSimIO_CreateModelPart("my_model_part");
30+
for (i=0; i<5; ++i) {
3131
CoSimIO_ModelPart_CreateNewNode(
3232
model_part,
3333
i+1,

0 commit comments

Comments
 (0)