Skip to content

Commit

Permalink
fix: add save detector flag for Stokes vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ShijieYan committed Jan 27, 2022
1 parent 077060a commit 9b74e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcx_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const char debugflag[]={'R','M','P','\0'};
* W: initial weight [1]
*/

const char saveflag[]={'D','S','P','M','X','V','W','\0'};
const char saveflag[]={'D','S','P','M','X','V','W','I','\0'};

/**
* Output file format
Expand Down

0 comments on commit 9b74e4b

Please sign in to comment.