Skip to content

Commit

Permalink
fix header in permeability.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesEMcClure committed Feb 8, 2024
1 parent 3289bf3 commit 12b80d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/MRTModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ void ScaLBL_MRTModel::Run() {

if (WriteHeader) {
log_file = fopen("Permeability.csv", "a+");
fprintf(log_file, "time Fx Fy Fz mu Vs As Js Xs vx vy vz absperm absperm_adjusted\n");
fprintf(log_file, "time Fx Fy Fz mu Vs As Js Xs vx vy vz absperm\n");
fclose(log_file);
}
}
Expand Down

0 comments on commit 12b80d2

Please sign in to comment.