Skip to content

Commit 4d94b93

Browse files
committed
Rename CSMS to CMS11
1 parent 3cd487f commit 4d94b93

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/example-vertex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int main(int nargc, char * argv[])
6363

6464
/* Create a new Physics environment. */
6565
ent_physics_create(
66-
&physics, "share/sf/CSMS.ent", "share/cs/CSMS.txt");
66+
&physics, "share/sf/CMS11.ent", "share/cs/CMS11.txt");
6767

6868
/* Compute the DCS by numeric integration. */
6969
const double ymin = 1E-07;

scripts/generate-cross-sections.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from scipy.interpolate import PchipInterpolator
99

1010

11-
def cross_section_CSMS():
12-
"""CSMS cross-section
11+
def cross_section_CMS11():
12+
"""CMS11 cross-section
1313
1414
Reference:
1515
https://arxiv.org/abs/1106.3723
@@ -267,5 +267,5 @@ def cross_section(projectile, energy, Z, A, process):
267267

268268

269269
if __name__ == "__main__":
270-
build_table("CSMS")
270+
build_table("CMS11")
271271
build_table("BGR18")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CSMS cross-section
1+
# CMS11 cross-section
22
#
33
# Generated using ENT.
44
#

0 commit comments

Comments
 (0)