32 use sufr_kinds
, only: double
33 use sufr_system
, only: syntax_quit
36 real(double) :: q, eta
37 character :: tmpstr*(99)
39 if(command_argument_count().eq.1)
then
40 call get_command_argument(1,tmpstr)
43 call syntax_quit(
'<q>', 0,
'This program converts the asymmetric mass ratio q to the asymmetric mass ratio eta')
48 write(6,
'(/,2x,A,F11.8,/)')
'Eta:', eta
program gw_q2eta
Compute the symmetric mass ratio eta from the asymmetric mass ratio q.