diff --git a/doc/Programs/RandomWalks/OneDimParticle.py b/doc/Programs/RandomWalks/OneDimParticle.py index ec77cdb42..50cfd042a 100644 --- a/doc/Programs/RandomWalks/OneDimParticle.py +++ b/doc/Programs/RandomWalks/OneDimParticle.py @@ -1,6 +1,4 @@ -# Program to test the Metropolis algorithm with one particle at given temp in -# one dimension -#!/usr/bin/env python +# Program to test the Metropolis algorithm with one particle at given temp in one dimension import numpy as np import matplotlib.mlab as mlab import matplotlib.pyplot as plt