Skip to content

Commit

Permalink
Fixed errors field.cpp added to CMakelist.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
akberovic committed Sep 17, 2024
1 parent eb4b3a8 commit b3acf74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file removed dNchdeta2.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ set (SOURCES
util.cpp
read_in_parameters.cpp
advance.cpp
fields.cpp
eos.cpp
eos_base.cpp
eos_idealgas.cpp
Expand Down
3 changes: 3 additions & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ void Init::InitTJb(Fields &arenaFieldsPrev, Fields &arenaFieldsCurr) {
// code test in 1+1 D vs Monnai's results
music_message.info(" Perform 1+1D test vs Monnai's results... ");
initial_1p1D_eta(arenaFieldsPrev, arenaFieldsCurr);
} else if (Data.Initial_profile == 17){
//new profile for hydro_soruce_Tmunu.cpp
music_message.info(" ----- information on initial distribution -----");
} else if (DATA.Initial_profile == 8) {
// read in the profile from file
// - IPGlasma initial conditions with initial flow
Expand Down

0 comments on commit b3acf74

Please sign in to comment.