Skip to content

Commit

Permalink
Update usage_c.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Mar 8, 2019
1 parent 6700412 commit 6ffbbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage_c.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int main(int argc,char**argv) {
mcpl_file_t fi = mcpl_open_file(infilename);
mcpl_outfile_t fo = mcpl_create_outfile(outfilename);
mcpl_transfer_metadata(fi, fo);
mcpl_hdr_add_comment(fo,"Applied custom filter to select neutrons with ekin<100eV");
mcpl_hdr_add_comment(fo,"Applied custom filter to select neutrons with ekin<0.1MeV");

//Loop over particles from input, only triggering mcpl_add_particle calls for
//the chosen particles:
Expand Down

0 comments on commit 6ffbbd7

Please sign in to comment.