Skip to content

Commit

Permalink
fixed a typo, the 4D delta f coeffs are working now
Browse files Browse the repository at this point in the history
  • Loading branch information
chunshen1987 committed Dec 10, 2024
1 parent 3296bd6 commit 65d33ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eos_4D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void EOS_4D::read_dfCoeffs_binary(std::string filepath, const int dfType) {
exit(1);
}

int numCoeffs = 5;
int numCoeffs = 6;
if (dfType == 1) {
numCoeffs = 3;
}
Expand Down

0 comments on commit 65d33ce

Please sign in to comment.