aboutsummaryrefslogtreecommitdiff
path: root/src/id_noise.h
diff options
context:
space:
mode:
authorpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2002-05-16 16:08:08 +0000
committerpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2002-05-16 16:08:08 +0000
commita14138597d4235649c062397a014eb1f085e6f2b (patch)
tree0eac508ca1f65953f83c7cc758438125d80ad812 /src/id_noise.h
parent30b0cf63e96eece19c2ad4a77cab0a08d33e4507 (diff)
Removed a redundant argument from the boundary condition macro;
renamed the macro to BOUNDARY_NOISE. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@7 936e0995-0e4f-0410-aade-aa24bf7baf3d
Diffstat (limited to 'src/id_noise.h')
-rw-r--r--src/id_noise.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/id_noise.h b/src/id_noise.h
index 6302306..e5f919b 100644
--- a/src/id_noise.h
+++ b/src/id_noise.h
@@ -29,7 +29,6 @@
{ \
if (doBC) \
{ \
- srandom(time(0)); \
for (k = 0; k < kend; k++) \
{ \
for (j = 0; j < jend; j++) \