Browse Source

Modify the print function

master
Weiye Wang 2 years ago
parent
commit
afd8c2334c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      residue.cpp

+ 2
- 2
residue.cpp View File

@@ -1053,8 +1053,8 @@ void printSpaceTimeHeader(UserData data)
for (size_t k = 1; k <=data->nsp; k++) {
fprintf((data->output), "%15s\t",data->gas->speciesName(k-1).c_str());
}
fprintf((data->output), "%15s\t","HRR(J)");
fprintf((data->output), "%15s\n","Pressure(Pa)");
fprintf((data->output), "%15s\t","Pressure(Pa)");
fprintf((data->output), "%15s\n","HRR(J)");

}



Loading…
Cancel
Save