Skip to content

Commit af8654c

Browse files
committed
Forgotten ; in double_star.C
1 parent 174b39d commit af8654c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dstar/starclass/double_star.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ void double_star::dump(ostream & s, bool brief) {
376376
if(bin_type!=Merged) {
377377

378378
//int n_elements = no_of_elements(); // Gijs March26: 2 stars are printed in this dump so better to make that clear at the start of the dump
379-
int n_elements = 2
379+
int n_elements = 2;
380380

381381
s << n_elements
382382
<< "\n " << identity

0 commit comments

Comments
 (0)