From 9c2d01b33d4c972945ffc198a4aa853f70b4ef1e Mon Sep 17 00:00:00 2001 From: Pablo de Oliveira Castro Date: Wed, 13 Oct 2021 13:19:35 +0200 Subject: [PATCH] Typo in orgmode table --- org/qmckl_sherman_morrison_woodbury.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/qmckl_sherman_morrison_woodbury.org b/org/qmckl_sherman_morrison_woodbury.org index 72e9615..adc9ee0 100644 --- a/org/qmckl_sherman_morrison_woodbury.org +++ b/org/qmckl_sherman_morrison_woodbury.org @@ -66,7 +66,7 @@ int main() { #+NAME: qmckl_sherman_morrison_args | qmckl_context | context | in | Global state | | uint64_t | Dim | in | Leading dimension of Slater_inv | - | uint64_t | N_updates | in | Number of rank-1 updates to be applied to Slater_inv | + | uint64_t | N_updates | in | Number of rank-1 updates to be applied to Slater_inv | | double | Updates[N_updates*Dim] | in | Array containing the updates | | uint64_t | Updates_index[N_updates] | in | Array containing the rank-1 updates | | double | breakdown | in | Break-down parameter on which to fail or not |