Skip to content

Commit

Permalink
initialize gsrcpattern
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Apr 25, 2020
1 parent c85642b commit e8aae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcx_core.cu
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ void mcx_run_simulation(Config *cfg,GPUInfo *gpu){
float4 *gPpos,*gPdir,*gPlen;
uint *gPseed,*gdetected;
int *greplaydetid=NULL;
float *gPdet,*gsrcpattern,*genergy,*greplayw=NULL,*greplaytof=NULL,*gdebugdata=NULL;
float *gPdet,*gsrcpattern=NULL,*genergy,*greplayw=NULL,*greplaytof=NULL,*gdebugdata=NULL;
OutputType *gfield;
RandType *gseeddata=NULL;

Expand Down

0 comments on commit e8aae66

Please sign in to comment.