Skip to content

Commit a8aadbe

Browse files
authored
Merge pull request #1 from leios/stormofice-verlet-io-overhaul
attempt at fix for asm
2 parents 03c1af5 + 4be01a9 commit a8aadbe

File tree

1 file changed

+3
-3
lines changed
  • contents/verlet_integration/code/asm-x64

1 file changed

+3
-3
lines changed

contents/verlet_integration/code/asm-x64/verlet.s

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
zero: .double 0.0
55
two: .double 2.0
66
half: .double 0.5
7-
verlet_fmt: .string "Time for Verlet integration is: %lf\n"
8-
stormer_fmt: .string "Time and Velocity for Stormer Verlet Integration is: %lf, %lf\n"
9-
velocity_fmt: .string "Time and Velocity for Velocity Verlet Integration is: %lf, %lf\n"
7+
verlet_fmt: .string "[#] Time for Verlet integration is:\n%lf\n"
8+
stormer_fmt: .string "[#] Time for Stormer Verlet Integration is:\n%lf\n[#] Velocity for Stormer Verlet Integration is:\n%lf\n"
9+
velocity_fmt: .string "[#] Time for Velocity Verlet Integration is:\n%lf\n[#] Velocity for Velocity Verlet Integration is:\n%lf\n"
1010
pos: .double 5.0
1111
acc: .double -10.0
1212
dt: .double 0.01

0 commit comments

Comments
 (0)