]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/nbody/nbody.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / benchmark / nbody / nbody.factor
index a65afdef19314744c85e1c0ce51f2eaefe4c5011..d816435245442baa2f0c24ee90712602cc92e0b3 100644 (file)
@@ -44,7 +44,7 @@ TUPLE: body
 
 : <sun> ( -- body )
     double-array{ 0 0 0 } double-array{ 0 0 0 } 1 <body> ;
-    
+
 : offset-momentum ( body offset -- body )
     vneg solar-mass v/n >>velocity ; inline