From 71072c43db9eecba08a017b6fb44d811fc25f6d2 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Fri, 8 Jun 2018 08:28:42 -0400 Subject: [PATCH] Remove unneeded files from the Matlab samples --- samples/matlab/README | 5 ----- samples/matlab/run_examples.m | 38 ----------------------------------- 2 files changed, 43 deletions(-) delete mode 100644 samples/matlab/README delete mode 100644 samples/matlab/run_examples.m diff --git a/samples/matlab/README b/samples/matlab/README deleted file mode 100644 index d627461bc..000000000 --- a/samples/matlab/README +++ /dev/null @@ -1,5 +0,0 @@ - -This directory contains several short tutorials. Each one is a MATLAB -script that you should first read and then execute. - - diff --git a/samples/matlab/run_examples.m b/samples/matlab/run_examples.m deleted file mode 100644 index 2939196b8..000000000 --- a/samples/matlab/run_examples.m +++ /dev/null @@ -1,38 +0,0 @@ - -% runs all examples -equil(); -disp('press any key to continue'); -pause -isentropic(); -disp('press any key to continue'); -pause -reactor1(); -disp('press any key to continue'); -pause -reactor2(); -disp('press any key to continue'); -pause -surfreactor; -disp('press any key to continue'); -pause -periodic_cstr; -disp('press any key to continue'); -pause; -rankine(300.0, 2.0*oneatm, 0.8, 0.7); -disp('press any key to continue'); -pause; -prandtl1(); -disp('press any key to continue'); -pause -prandtl2(); -disp('press any key to continue'); -pause -flame1 -disp('press any key to continue'); -pause -diffflame -disp('press any key to continue'); -pause -catcomb -disp('press any key to continue'); -pause