From: W. Trevor King Date: Tue, 14 Sep 2010 18:30:21 +0000 (-0400) Subject: Moved all source (that I've found) into src/. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bcbb55d75a5b1efddec8d1635537805a61cf3353;p=assignment-template.git Moved all source (that I've found) into src/. --- diff --git a/content/programming_strategies/src/gen_data.c b/src/mandelbrot/gen_data.c similarity index 100% rename from content/programming_strategies/src/gen_data.c rename to src/mandelbrot/gen_data.c diff --git a/content/programming_strategies/src/gen_data_rectangle.c b/src/mandelbrot/gen_data_rectangle.c similarity index 100% rename from content/programming_strategies/src/gen_data_rectangle.c rename to src/mandelbrot/gen_data_rectangle.c diff --git a/content/programming_strategies/src/gen_data_sharp.c b/src/mandelbrot/gen_data_sharp.c similarity index 100% rename from content/programming_strategies/src/gen_data_sharp.c rename to src/mandelbrot/gen_data_sharp.c diff --git a/content/programming_strategies/src/plot_image.py b/src/mandelbrot/plot_image.py similarity index 100% rename from content/programming_strategies/src/plot_image.py rename to src/mandelbrot/plot_image.py diff --git a/content/monte_carlo/src/plot_image.py b/src/monte_carlo/plot_image.py old mode 100755 new mode 100644 similarity index 100% rename from content/monte_carlo/src/plot_image.py rename to src/monte_carlo/plot_image.py