Skip to content

Commit

Permalink
remove sim.Gconst
Browse files Browse the repository at this point in the history
  • Loading branch information
psharda committed Aug 4, 2023
1 parent 11012d7 commit 181a7c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/StarCluster/star_cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ auto problem_main() -> int
// Problem initialization
RadhydroSimulation<StarCluster> sim(BCs_cc);
sim.doPoissonSolve_ = 1; // enable self-gravity
sim.Gconst_ = 1.0; // units where G = 1
sim.densityFloor_ = 0.01;

sim.userData_.R_sphere = R_sphere;
Expand Down

0 comments on commit 181a7c2

Please sign in to comment.