chiark / gitweb /
rename sobolseq.h to soboldata.h
authorstevenj <stevenj@alum.mit.edu>
Wed, 5 Sep 2007 21:29:10 +0000 (17:29 -0400)
committerstevenj <stevenj@alum.mit.edu>
Wed, 5 Sep 2007 21:29:10 +0000 (17:29 -0400)
darcs-hash:20070905212910-c8de0-d17e6db5865b4aa93ec15b6521e348e647e90abf.gz

util/Makefile.am
util/soboldata.h [moved from util/sobolseq.h with 100% similarity]
util/sobolseq.c

index bab95c6221c514cda9e4a518eef05da54a16a03c..b487355cf8df09e63f9db522b9253f1c2629d003 100644 (file)
@@ -1,2 +1,2 @@
 noinst_LTLIBRARIES = libutil.la
-libutil_la_SOURCES = mt19937ar.c sobolseq.c sobolseq.h timer.c stop.c nlopt-util.h
+libutil_la_SOURCES = mt19937ar.c sobolseq.c soboldata.h timer.c stop.c nlopt-util.h
similarity index 100%
rename from util/sobolseq.h
rename to util/soboldata.h
index 7698d039cf4deb4027a5b08dcae38c6947744eb5..c4d38cdc72393baf8fc0254e3e8431cc6cde29ff 100644 (file)
@@ -143,7 +143,7 @@ static int sobol_gen(soboldata *sd, double *x)
      return 1;
 }
 
-#include "sobolseq.h"
+#include "soboldata.h"
 
 static int sobol_init(soboldata *sd, unsigned sdim)
 {