fcf_vesta
Differences
This shows you the differences between two versions of the page.
| Previous revision | |||
| — | fcf_vesta [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== FCF_Vesta ====== | ||
| + | Description: | ||
| + | |||
| + | Comment: This has not been extensively tested. Should an error be found, please correct it here... | ||
| + | |||
| + | Contributed by: Martin Fisch | ||
| + | |||
| + | <code topas> | ||
| + | macro FCF_Vesta(file) | ||
| + | { | ||
| + | no_f11 '' | ||
| + | out file | ||
| + | Out_String(" | ||
| + | Out_String(" | ||
| + | Out(Get(sp_xyzs_txt), | ||
| + | Out(Get(a), " | ||
| + | Out(Get(b), " | ||
| + | Out(Get(c), " | ||
| + | Out(Get(al), | ||
| + | Out(Get(be), | ||
| + | Out(Get(ga), | ||
| + | Out_String(" | ||
| + | Out_String(" | ||
| + | Out_String(" | ||
| + | Out_String(" | ||
| + | Out_String(" | ||
| + | Out_String(" | ||
| + | Out_String(" | ||
| + | Out_String(" | ||
| + | phase_out file append | ||
| + | load out_record out_fmt out_eqn | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||