From e6aee9d1c041184db83d21d30238656ebd0cd667 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 25 Feb 2013 00:29:48 -0500 Subject: [PATCH] Fixed statepoint spec in documentation. --- docs/source/devguide/statepoint.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/devguide/statepoint.rst b/docs/source/devguide/statepoint.rst index 7fbfe14a1..2b486f12e 100644 --- a/docs/source/devguide/statepoint.rst +++ b/docs/source/devguide/statepoint.rst @@ -69,7 +69,7 @@ if (run_mode == MODE_EIGENVALUE) k-effective for the i-th batch - *do i = 1, current_batch* + *do i = 1, current_batch \* gen_per_batch* **real(8) entropy(i)** @@ -317,7 +317,7 @@ if (run_mode == MODE_EIGENVALUE) k-effective for the i-th batch - *do i = 1, current_batch* + *do i = 1, current_batch \* gen_per_batch* **real(8) entropy(i)**