Merge monte_carlo/index.shtml into monte_carlo/README.
authorW. Trevor King <wking@drexel.edu>
Tue, 14 Sep 2010 22:50:35 +0000 (18:50 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 14 Sep 2010 22:50:35 +0000 (18:50 -0400)
src/monte_carlo/README
src/monte_carlo/index.shtml [deleted file]

index 38329977d942767c6d569aa28c4b7fab3a0bf5dc..90e098903ebdc51841e54da3deb97c29f1f96600 100644 (file)
@@ -6,4 +6,16 @@
 
                     Codes modified Fall 2009
 
-                    
+Monte Carlo Technique Codes
+
+List of codes:
+  random_demo.c
+  monte_pi_serial.c
+  Metropolis_Gaussian_Random.c
+  Metropolis_Gaussian_Integral.c
+  random_demo_2_series.c
+  void.c
+  bin_distribution.c
+  Metropolis_Gaussian_Parallel.c
+  Metropolis_Gaussian_Client_Server.c
+  Metropolis_CS.c
diff --git a/src/monte_carlo/index.shtml b/src/monte_carlo/index.shtml
deleted file mode 100644 (file)
index fa3123b..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-  <meta name="generator" content=
-  "HTML Tidy for Linux/x86 (vers 25 March 2009), see www.w3.org" />
-  <meta http-equiv="Content-Type" content=
-  "text/html; charset=us-ascii" />
-  <meta name="GENERATOR" content="Microsoft FrontPage 4.0" />
-  <meta name="ProgId" content="FrontPage.Editor.Document" />
-
-  <title>New Page 2</title>
-</head>
-
-<body background="../../GIF_files_PHYS405/grid.gif">
-  <!--BACKGROUND="../GIF_files_PHYS405/wallp1.gif"-->
-  <img border="0" src="../../GIF_files_PHYS405/PHYS405.gif" width=
-  "226" height="45" /><br />
-  <img border="0" src="../../GIF_files_PHYS405/Advanced.gif" width=
-  "94" height="30" /> <img border="0" src=
-  "../../GIF_files_PHYS405/Computational.gif" width="125" height=
-  "30" /> <img border="0" src="../../GIF_files_PHYS405/Physics.gif"
-  width="84" height="29" />i <img border="0" src=
-  "../../GIF_files_PHYS405/Parallel.gif" width="73" height="30" />
-  <img border="0" src="../../GIF_files_PHYS405/Computing.gif"
-  width="98" height="29" />
-  <hr />
-
-  <h2>Monte Carlo Techniques<br />
-  Codes</h2>
-
-  <ul>
-    <li>List of codes
-
-      <ul>
-        <li><a href="random_demo.c">random_demo.c</a></li>
-
-        <li><a href="monte_pi_serial.c">monte_pi_serial.c</a></li>
-
-        <li><a href=
-        "Metropolis_Gaussian_Random.c">Metropolis_Gaussian_Random.c</a></li>
-
-        <li><a href=
-        "Metropolis_Gaussian_Integral.c">Metropolis_Gaussian_Integral.c</a>
-        &lt;--</li>
-
-        <li><a href=
-        "random_demo_2_series.c">random_demo_2_series.c</a></li>
-
-        <li><a href="void.c">void.c</a></li>
-
-        <li><a href=
-        "bin_distribution.c">bin_distribution.c</a></li>
-
-        <li><a href=
-        "Metropolis_Gaussian_Parallel.c">Metropolis_Gaussian_Parallel.c</a>
-        &lt;--</li>
-
-        <li><a href=
-        "Metropolis_Gaussian_Client_Server.c">Metropolis_Gaussian_Client_Server.c</a>
-        &lt;--</li>
-
-        <li><a href="Metropolis_CS.c">Metropolis_CS.c</a>
-        &lt;--</li>
-      </ul>
-    </li>
-  </ul>Careful: Codes marked by an arrow, &lt;--, have been
-  modified on October 30th.
-</body>
-</html>