Skip to content

Commit

Permalink
README Update
Browse files Browse the repository at this point in the history
  • Loading branch information
David Williams-Young committed Jun 29, 2020
1 parent b2f1a5b commit d2e2fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ double *rho_device, *gamma_device, *exc_device, *vrho_device, *vgamma_device;
// Allocate device memory
// Send rho / gamma to device
b3lyp.eval_exc_vxc_device( npts, rho.data(), gamma.data(), exc.data(), vrho.data(),
vgamma.data(), stream );
b3lyp.eval_exc_vxc_device( npts, rho_device, gamma_device, exc_device, vrho_device,
vgamma_device, stream );
```

Expand Down

0 comments on commit d2e2fca

Please sign in to comment.