name change for preparation script

This commit is contained in:
P.M. Sutter 2014-05-07 21:18:34 -05:00
parent 1380ae2caf
commit 1d728c2cc8
3 changed files with 2 additions and 3 deletions

View file

@ -368,8 +368,8 @@ void generateSurfaceMask(generateFromCatalog_info& args ,
// TEST - insert mock galaxies along spheres of survey redshift boundaries
fp = fopen("mock_sphere.txt", "w");
for (int q = 0; q < 0; q++) {
//for (int q = 0; q < full_mask_list.size(); q++) {
//for (int q = 0; q < 0; q++) {
for (int q = 0; q < full_mask_list.size(); q++) {
vec3 v = mask.pix2vec(full_mask_list[q]);
Position p;