write_atoms
Differences
This shows you the differences between two versions of the page.
| write_atoms [2009/11/18 17:07] – created dch3sl | write_atoms [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Write_atoms ====== | ||
| + | Description: | ||
| + | |||
| + | Contributed by: John Evans | ||
| + | |||
| + | <code topas> | ||
| + | { | ||
| + | out file ' | ||
| + | Out_String(" | ||
| + | Out(Get(sp_grp_char), | ||
| + | Out(Get(a), " | ||
| + | Out(Get(b), " | ||
| + | Out(Get(c), " | ||
| + | Out(Get(al), | ||
| + | Out(Get(be), | ||
| + | Out(Get(ga), | ||
| + | Out_String(" | ||
| + | | ||
| + | load out_record out_fmt out_eqn | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | ' | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | |||
| + | </ | ||