summaryrefslogtreecommitdiff
path: root/Physikunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Physikunit.pas')
-rw-r--r--Physikunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Physikunit.pas b/Physikunit.pas
index 441e2fd..f2d8605 100644
--- a/Physikunit.pas
+++ b/Physikunit.pas
@@ -359,7 +359,7 @@ begin
raise exception.create('Fehler in tAusgabeDatei.speichereWerte!');
end;
- if sT>=nNum+sDT/2 then
+ if sT>=nNum then
schreibeKopf;
cnt:=floor(((gitter.felders[gitter.aktuelleFelder].aX-1)*gitter.dX+Min(gitter.dX,sDX)/2)/sDX+1);