]> git.donarmstrong.com Git - perltidy.git/commitdiff
removed file 'bbs.t' which should not have been in distribution
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 26 Jun 2020 12:36:58 +0000 (05:36 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 26 Jun 2020 12:36:58 +0000 (05:36 -0700)
MANIFEST
bbs.t [deleted file]

index 3c8243cbdfc10758e013ff6437ccd0ac25775372..380314dba53d16dd26f24b9d1dd8bde8805cd325 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,4 @@
 .pre-commit-hooks.yaml
-bbs.t
 bin/perltidy
 BUGS.md
 CHANGES.md
diff --git a/bbs.t b/bbs.t
deleted file mode 100644 (file)
index fb8a129..0000000
--- a/bbs.t
+++ /dev/null
@@ -1,15 +0,0 @@
-#############################################################
-# Problem: break before ;
-# (pbp p28-29)
-# should allow option to break before final ;
-# -bbs (?)
-#############################################################
-
-for my $elapsed_time ( 1 .. 10 ) {
-    push @steps,
-      $steps[-1] +
-      $radial_velocity * $elapsed_time +
-      $orbital_velocity * ( $phase + $phase_shift ) -
-      $DRAG_COEFF * $altitude;
-}
-