yaosentian123
Hi all,
How can I export the tick mark marks in TOPAS?
I used a self-defined macro before to do this, but I forget where and how I should add the following:
macro Out_Tick(file)
{
phase_out file load out_record out_fmt out_eqn
{
" %11.5f -200\n" = 2 Rad Th;
}
}
Thanks!