Skip to content

Commit

Permalink
clean up initial conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
helenarichie committed Jan 13, 2024
1 parent 3fec978 commit 328770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grid/initial_conditions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ void Grid3D::Clouds()
#ifdef DUST
C.host[id + H.n_cells * grid_enum::dust_density] = rho_cl * 1e-2;
#endif // DUST
#endif
#endif // SCAlAR
}
}
}
Expand Down

0 comments on commit 328770b

Please sign in to comment.