Skip to content
Snippets Groups Projects
Commit 74e2f52a authored by James Willis's avatar James Willis
Browse files

Print potential scaling.

parent 16414e89
Branches
Tags
1 merge request!578Swift velociraptor
......@@ -83,6 +83,7 @@ void velociraptor_init(struct engine *e) {
message("Length conversion factor: %e", unit_info.lengthtokpc);
message("Velocity conversion factor: %e", unit_info.velocitytokms);
message("Mass conversion factor: %e", unit_info.masstosolarmass);
message("Potential conversion factor: %e", unit_info.energyperunitmass);
message("G: %e", unit_info.gravity);
message("H: %e", unit_info.hubbleunit);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment