-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some minor Tao data bookkeeping.
- Loading branch information
1 parent
ee32234
commit 386fee3
Showing
7 changed files
with
34 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -173,9 +173,9 @@ \section{call}\index{commands!call} | |
\begin{example} | ||
set global quiet = all | ||
\end{example} | ||
Note: quiet mode is automatically turned off at the end when a command file exits back to the | ||
terminal level. See the \vn{Tao_global_struct Structure} section (\sref{s:tao.global.struct}) for | ||
more details. | ||
Note: the \vn{all} setting is automatically switched to \vn{off} at the end when a command file | ||
exits back to the terminal level. To prevent this reset, set to \vn{ALL} instead. See the | ||
\vn{Tao_global_struct Structure} section (\sref{s:tao.global.struct}) for more details. | ||
|
||
Examples: | ||
\begin{example} | ||
|
@@ -1200,8 +1200,8 @@ \subsection{set data} | |
Examples: | ||
\begin{example} | ||
set data *|ref = *|meas ! Set ref data = measured in current universe. | ||
set data [email protected]|base = [email protected]|model | ||
! Set the base orbit.x in universe 2 to model | ||
set data [email protected]|ref = [email protected]|model | ||
! Set the ref orbit.x in universe 2 to model. | ||
set data beta.x[10]|weight = 1e-5 ! Set weight of datum. | ||
set -silent d[1]|data_type = beta.a ! Set type_type. | ||
\end{example} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters