]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/nbody-simd/nbody-simd.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / extra / benchmark / nbody-simd / nbody-simd.factor
index 6e8a0bb3da300f3608639cee37d68d19ad424e20..1c628ca4313855e3e7119a4bdc1fc225d64a29b6 100644 (file)
@@ -17,7 +17,7 @@ STRUCT: body
 SPECIALIZED-ARRAY: body
 
 : <body> ( location velocity mass -- body )
-    [ days-per-year v*n ] [ solar-mass * ] bi* body <struct-boa> ; inline
+    [ days-per-year v*n ] [ solar-mass * ] bi* body boa ; inline
 
 : <jupiter> ( -- body )
     double-4{ 4.84143144246472090e00 -1.16032004402742839e00 -1.03622044471123109e-01 0.0 }