Skip to content

Commit 31c9022

Browse files
committed
change eos_4D to eos_4D_foriSS to avoid same filename from MUSIC
1 parent 8be1dad commit 31c9022

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set (SOURCES
77
Random.cpp
88
TableFunction.cpp
99
Table.cpp
10-
eos_4D.cpp
10+
eos_4D_foriSS.cpp
1111
emissionfunction.cpp
1212
readindata.cpp
1313
particle_decay.cpp

src/FSSW.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "Random.h"
2222
#include "pretty_ostream.h"
2323
#include "MomentumSamplerShell.h"
24-
#include "eos_4D.h"
24+
#include "eos_4D_foriSS.h"
2525

2626
class FSSW {
2727
private:

src/eos_4D.cpp renamed to src/eos_4D_foriSS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2018 @ Chun Shen
22

3-
#include "eos_4D.h"
3+
#include "eos_4D_foriSS.h"
44
#include "data_struct.h"
55

66
#include <sstream>
File renamed without changes.

src/readindata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "data_struct.h"
1010
#include "ParameterReader.h"
1111
#include "pretty_ostream.h"
12-
#include "eos_4D.h"
12+
#include "eos_4D_foriSS.h"
1313

1414
class read_FOdata {
1515
private:

0 commit comments

Comments
 (0)