We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This implies to:
.m
The text was updated successfully, but these errors were encountered:
An example of the MADX macro:
! print header to file assign, echo=Ks.txt; PRINT, TEXT="# Brho[Tm], BP[mm], K1_H2_012A_QUE[m^-2], K1_H2_016A_QUE[m^-2], K1_H2_022A_QUE[m^-2]"; assign, echo=terminal; ! write values assign, echo=Ks.txt; PRINTF, TEXT="% 19.12E % 6.1f % 12.5E % 12.5E % 12.5E", VALUE=Brho, BP, K1_H2_012A_QUE, K1_H2_016A_QUE, K1_H2_022A_QUE; assign, echo=terminal;
Sorry, something went wrong.
No branches or pull requests
This implies to:
.m
scripts, moving them to MatLabTools repo. MADX tables with LGEN/RAMPGEN data should be updated to the latest values in repo;The text was updated successfully, but these errors were encountered: