Skip to content

Commit

Permalink
allow make double to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 29, 2021
1 parent 0c96fe8 commit ef57f4b
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 @@ -2169,7 +2169,7 @@ void mcx_run_simulation(Config *cfg,GPUInfo *gpu){
float *field;

/** \c rfimag - imaginary part of the RF Jacobian, length is \c dimxyz */
float *rfimag=NULL;
OutputType *rfimag=NULL;

/** \c Ppos - per-thread photon state initialization host buffers */
float4 *Ppos,*Pdir,*Plen,*Plen0;
Expand Down

0 comments on commit ef57f4b

Please sign in to comment.