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

Merge branch 'swift-velociraptor-C' of gitlab.cosma.dur.ac.uk:swift/swiftsim...

Merge branch 'swift-velociraptor-C' of gitlab.cosma.dur.ac.uk:swift/swiftsim into swift-velociraptor-C
parents cbc1613c 74e2f52a
No related branches found
No related tags found
1 merge request!578Swift velociraptor
...@@ -83,6 +83,7 @@ void velociraptor_init(struct engine *e) { ...@@ -83,6 +83,7 @@ void velociraptor_init(struct engine *e) {
message("Length conversion factor: %e", unit_info.lengthtokpc); message("Length conversion factor: %e", unit_info.lengthtokpc);
message("Velocity conversion factor: %e", unit_info.velocitytokms); message("Velocity conversion factor: %e", unit_info.velocitytokms);
message("Mass conversion factor: %e", unit_info.masstosolarmass); message("Mass conversion factor: %e", unit_info.masstosolarmass);
message("Potential conversion factor: %e", unit_info.energyperunitmass);
message("G: %e", unit_info.gravity); message("G: %e", unit_info.gravity);
message("H: %e", unit_info.hubbleunit); 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