Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Nov 15, 2023
1 parent f1764a5 commit 952ca05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions org/qmckl_trexio.org
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,9 @@ qmckl_trexio_read_ao_X(qmckl_context context, trexio_t* const file)
qmckl_free(context, tmp_array);
tmp_array = NULL;

/* Store data */
rc = qmckl_set_ao_basis_shell_prim_num(context, shell_prim_num, shell_num);

qmckl_free(context, shell_prim_num);
shell_prim_num = NULL;

Expand Down

0 comments on commit 952ca05

Please sign in to comment.