Skip to content

Commit 7c83bd0

Browse files
committed
Fixed another writing issue for the disengagement functionObject
1 parent 79777f2 commit 7c83bd0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • OFsolvers/applications/birdmultiphaseEulerFoam/functionObjects/disengagement

OFsolvers/applications/birdmultiphaseEulerFoam/functionObjects/disengagement/disengagement.C

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,10 @@ bool Foam::functionObjects::disengagement::write()
181181
file() << holdup_[i].first();
182182
file() << tab;
183183
file() << holdup_[i].second();
184+
file() << endl;
184185
}
185186

186-
file() << endl;
187+
187188
}
188189

189190
writtenAt_ = holdup_.size() - 1;

0 commit comments

Comments
 (0)