Skip to content

Commit

Permalink
Merge branch 'master' into tp_replication
Browse files Browse the repository at this point in the history
  • Loading branch information
trquinn committed Jan 26, 2024
2 parents 6b2b606 + db9a574 commit 6f2fd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ void StarLog::logMetaData(std::ofstream &osfLog)
osfLog << "# rhoForm f" << sizeof(double) << endl;
osfLog << "# TForm f" << sizeof(double) << endl;
#ifdef COOLING_MOLECULARH
osfLog <<" # H2FracForm f" << sizeof(double) << endl;
osfLog << "# H2FracForm f" << sizeof(double) << endl;
#endif
osfLog << "# end starlog data\n";
}

0 comments on commit 6f2fd2d

Please sign in to comment.