Skip to content

Commit 8faeae9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 58d8f69 commit 8faeae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/tools/generate_density_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ int main(int argc, char* argv[]) {
7575
const int num_fields = 1; // number of fields
7676
const int num_grids = CUBE(NGRID_1D) + CUBE(REFINE_BY); // number of grids
7777
double time = 0.0;
78-
double(*field_data)[num_fields][CUBE(GRID_DIM + GHOST_CELL * 2)] =
78+
double (*field_data)[num_fields][CUBE(GRID_DIM + GHOST_CELL * 2)] =
7979
new double[num_grids][num_fields][CUBE(GRID_DIM + GHOST_CELL * 2)];
8080

8181
for (int step = 0; step < total_steps; step++) {

0 commit comments

Comments
 (0)