Skip to content

Commit

Permalink
fix Sub-Lorentzian name print
Browse files Browse the repository at this point in the history
  • Loading branch information
sigrimm committed Aug 13, 2020
1 parent 1b45b38 commit 3600d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heliosk.cu
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ printf("%g %g %g %g\n", param.numax, param.numin, param.dnu, (param.numax - para
fprintf(infofile, "Number of Species: %d\n", param.nSpecies);
}
if(param.useSubLorentzian > 0){
fprintf(infofile, "sub-Lorentzian file: %s\n", param.SpeciesFilename);
fprintf(infofile, "sub-Lorentzian file: %s\n", param.subLorentzianFilename);
}
fprintf(infofile, "cia System = %s\n", param.ciaSystem);
fprintf(infofile, "pathToData = %s\n", param.path);
Expand Down

0 comments on commit 3600d16

Please sign in to comment.