Commit 7b744609 authored by lykos98's avatar lykos98
Browse files

substituted tabs with 4 spaces

parent ab51589e
Loading
Loading
Loading
Loading
+1123 −1121
Original line number Diff line number Diff line
@@ -1826,9 +1826,11 @@ void ordered_data_to_file(global_context_t* ctx)

    }
    MPI_Barrier(ctx -> mpi_communicator);
    gg
}



void simulate_master_read_and_scatter(int dims, size_t n, global_context_t *ctx) 
{
    float_t *data;
@@ -1863,7 +1865,7 @@ void simulate_master_read_and_scatter(int dims, size_t n, global_context_t *ctx)

        //ctx -> n_points = 48*5*2000;
        ctx->n_points = ctx->n_points / ctx->dims;
		ctx->n_points = (ctx->n_points * 10) / 10;
        ctx->n_points = (ctx->n_points * 6) / 10;
        // ctx -> n_points = ctx -> world_size * 1000;

        //ctx -> n_points = 10000000 * ctx -> world_size;
+1 −1
Original line number Diff line number Diff line
@@ -83,9 +83,9 @@ typedef struct top_kdtree_t


typedef struct datapoint_info_t {
  float_t g;
  heap ngbh;
  idx_t array_idx;
  float_t g;
  float_t log_rho;
  float_t log_rho_c;
  float_t log_rho_err;
+6 −6

File changed.

Contains only whitespace changes.

+107 −107

File changed.

Contains only whitespace changes.

+11 −11

File changed.

Contains only whitespace changes.

+84 −84

File changed.

Contains only whitespace changes.

Loading