Skip to content

Commit

Permalink
Rename CSMS to CMS11
Browse files Browse the repository at this point in the history
  • Loading branch information
niess committed Mar 28, 2022
1 parent 3cd487f commit 4d94b93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/example-vertex.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int main(int nargc, char * argv[])

/* Create a new Physics environment. */
ent_physics_create(
&physics, "share/sf/CSMS.ent", "share/cs/CSMS.txt");
&physics, "share/sf/CMS11.ent", "share/cs/CMS11.txt");

/* Compute the DCS by numeric integration. */
const double ymin = 1E-07;
Expand Down
6 changes: 3 additions & 3 deletions scripts/generate-cross-sections.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from scipy.interpolate import PchipInterpolator


def cross_section_CSMS():
"""CSMS cross-section
def cross_section_CMS11():
"""CMS11 cross-section
Reference:
https://arxiv.org/abs/1106.3723
Expand Down Expand Up @@ -267,5 +267,5 @@ def cross_section(projectile, energy, Z, A, process):


if __name__ == "__main__":
build_table("CSMS")
build_table("CMS11")
build_table("BGR18")
2 changes: 1 addition & 1 deletion share/cs/CSMS.txt → share/cs/CMS11.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CSMS cross-section
# CMS11 cross-section
#
# Generated using ENT.
#
Expand Down

0 comments on commit 4d94b93

Please sign in to comment.