Skip to content

Commit

Permalink
Fixed test.cc, Although I am not sure that this fix is actually what …
Browse files Browse the repository at this point in the history
…was intended.
  • Loading branch information
calewis committed Jun 20, 2014
1 parent f5e6904 commit c4fc1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eri/test.cc
Expand Up @@ -177,7 +177,7 @@ void test_4eri(unsigned int deriv_order,
for(int k=0; k<nrepeats; ++k) {

// this prepares the data
prep_libint2(inteval, rsqset, 0, deriv_order);
prep_libint2(&inteval[0], rsqset, 0, deriv_order);

// now use Libint to compute
double scale_target = 1.0;
Expand Down

1 comment on commit c4fc1e1

@evaleev
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine!

Please sign in to comment.