summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-01-12 17:41:53 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-01-12 17:41:53 +0000
commit2cdc4de7af6b210a0ee3ca3503a9f069742d5f30 (patch)
tree02616ca74fda347c0ba3207a7eec96c1f893b94d /doc/ReferenceManual
parent66866bca3070e6c54423bbfb952dea8602d6f7b9 (diff)
wording tweak to last commit --- thanks to Thomas Radke
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4400 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 4a46cc88..1c0bae18 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -7187,9 +7187,10 @@ For a single processor run this call will return zero. For multiprocessor
runs, this call will return 0 $\leq$ myproc $<$ \code{CCTK\_nProcs(cctkGH)}.
Calling \code{CCTK\_MyProc(NULL)} is safe (it will not crash).
-Current drivers handle this case correctly (i.e.\ \code{CCTK\_MyProc(NULL)}
-returns a correct result), but only a ``best effort'' is guaranteed for
-future drivers (or future revisions of current drivers).
+Current drivers (PUGH, Carpet) handle this case correctly
+(i.e.\ \code{CCTK\_MyProc(NULL)} returns a correct result), but only
+a ``best effort'' is guaranteed for future drivers (or future revisions
+of current drivers).
\end{discussion}
\begin{examples}
\begin{tabular}{@{}p{3cm}cp{11cm}}
@@ -7220,9 +7221,10 @@ future drivers (or future revisions of current drivers).
For a single processor run this call will return one.
Calling \code{CCTK\_nProcs(NULL)} is safe (it will not crash).
-Current drivers handle this case correctly (i.e.\ \code{CCTK\_nProcs(NULL)}
-returns a correct result), but only a ``best effort'' is guaranteed for
-future drivers (or future revisions of current drivers).
+Current drivers (PUGH, Carpet) handle this case correctly
+(i.e.\ \code{CCTK\_nProcs(NULL)} returns a correct result), but only
+a ``best effort'' is guaranteed for future drivers (or future revisions
+of current drivers).
\end{discussion}
\begin{examples}
\begin{tabular}{@{}p{3cm}cp{11cm}}