Skip to content

Commit 646879b

Browse files
author
matthiasfabry
committed
add mass ratio in pgbinary defaults
1 parent 76e48f5 commit 646879b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

binary/defaults/pgbinary.defaults

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,13 +1913,17 @@
19131913

19141914
! ::
19151915

1916-
Text_Summary1_num_rows = 8
1917-
Text_Summary1_num_cols = 4
1916+
Text_Summary1_num_rows = 5
1917+
Text_Summary1_num_cols = 1
19181918
Text_Summary1_name(:, :) = ''
19191919

19201920
! ::
19211921

19221922
Text_Summary1_name(1, 1) = 'model_number'
1923+
Text_Summary1_name(2, 1) = 'jdot'
1924+
Text_Summary1_name(3, 1) = 'mass_ratio'
1925+
Text_Summary1_name(4, 1) = 'period_days'
1926+
Text_Summary1_name(5, 1) = 'rl_relative_overflow_1'
19231927

19241928
! file output
19251929

0 commit comments

Comments
 (0)