Skip to content

Commit

Permalink
Fix mixed precision build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ye-luo committed Aug 30, 2021
1 parent a34c053 commit 897da66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QMCWaveFunctions/Jastrow/J1Spin.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ struct J1Spin : public WaveFunctionComponent

for (size_t i = 0; i < ns; ++i)
{
double cutoff_radius = 0.0;
RealType cutoff_radius = 0.0;
for (size_t j = 0; j < nt; ++j)
{
auto functor_idx = Ions.getGroupID(i) * NumTargetGroups + P.getGroupID(j);
Expand Down

0 comments on commit 897da66

Please sign in to comment.