From c197bbf12d4d9c193e65880cbc21e0ef75dc5668 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 26 Jun 2020 05:36:58 -0700 Subject: [PATCH] removed file 'bbs.t' which should not have been in distribution --- MANIFEST | 1 - bbs.t | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 bbs.t diff --git a/MANIFEST b/MANIFEST index 3c8243cb..380314db 100644 --- 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 index fb8a1297..00000000 --- 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; -} - -- 2.39.5