Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
64af2707
Commit
64af2707
authored
Jan 30, 2019
by
Matthieu Schaller
Browse files
starformation --> star_formation in file names
parent
eeb44fd1
Changes
8
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
64af2707
...
...
@@ -50,7 +50,7 @@ include_HEADERS = space.h runner.h queue.h task.h lock.h cell.h part.h const.h \
chemistry.h chemistry_io.h chemistry_struct.h cosmology.h restart.h space_getsid.h utilities.h
\
mesh_gravity.h cbrt.h exp10.h velociraptor_interface.h swift_velociraptor_part.h outputlist.h
\
logger_io.h tracers_io.h tracers.h tracers_struct.h sftracers_io.h sftracers.h
\
sftracers_struct.h starformation.h velociraptor_struct.h velociraptor_io.h
sftracers_struct.h star
_
formation.h velociraptor_struct.h velociraptor_io.h
# source files for EAGLE cooling
EAGLE_COOLING_SOURCES
=
...
...
@@ -64,7 +64,7 @@ AM_SOURCES = space.c runner.c queue.c task.c cell.c engine.c engine_maketasks.c
proxy.c parallel_io.c units.c common_io.c single_io.c multipole.c version.c map.c
\
kernel_hydro.c tools.c part.c partition.c clocks.c parser.c
\
physical_constants.c potential.c hydro_properties.c
\
threadpool.c cooling.c starformation.c
\
threadpool.c cooling.c star
_
formation.c
\
statistics.c runner_doiact_vec.c profiler.c dump.c logger.c
\
part_type.c xmf.c gravity_properties.c gravity.c
\
collectgroup.c hydro_space.c equation_of_state.c
\
...
...
@@ -141,7 +141,7 @@ nobase_noinst_HEADERS = align.h approx_math.h atomic.h barrier.h cycle.h error.h
potential/none/potential.h potential/point_mass/potential.h
\
potential/isothermal/potential.h potential/disc_patch/potential.h
\
potential/sine_wave/potential.h
\
starformation/none/starformation.h starformation/schaye08/starformation.h
\
star
_
formation/none/star
_
formation.h star
_
formation/schaye08/star
_
formation.h
\
cooling/none/cooling.h cooling/none/cooling_struct.h
\
cooling/none/cooling_io.h
\
cooling/Compton/cooling.h cooling/Compton/cooling_struct.h
\
...
...
src/engine.c
View file @
64af2707
...
...
@@ -84,7 +84,7 @@
#include
"serial_io.h"
#include
"single_io.h"
#include
"sort_part.h"
#include
"starformation.h"
#include
"star
_
formation.h"
#include
"stars_io.h"
#include
"statistics.h"
#include
"timers.h"
...
...
src/runner.c
View file @
64af2707
...
...
@@ -61,7 +61,7 @@
#include
"sort_part.h"
#include
"space.h"
#include
"space_getsid.h"
#include
"starformation.h"
#include
"star
_
formation.h"
#include
"stars.h"
#include
"task.h"
#include
"timers.h"
...
...
src/starformation.c
→
src/star
_
formation.c
View file @
64af2707
...
...
@@ -23,7 +23,7 @@
/* This object's header. */
#include
"part.h"
#include
"restart.h"
#include
"starformation.h"
#include
"star
_
formation.h"
#include
"units.h"
/**
...
...
src/starformation.h
→
src/star
_
formation.h
View file @
64af2707
...
...
@@ -29,9 +29,9 @@
/* Import the right star formation law definition */
#if defined(STAR_FORMATION_NONE)
#include
"./starformation/none/starformation.h"
#include
"./star
_
formation/none/star
_
formation.h"
#elif defined(STAR_FORMATION_SCHAYE)
#include
"./starformation/schaye08/starformation.h"
#include
"./star
_
formation/schaye08/star
_
formation.h"
#else
#error "Invalid choice of star formation law"
#endif
...
...
src/starformation/none/starformation.h
→
src/star
_
formation/none/star
_
formation.h
View file @
64af2707
File moved
src/starformation/schaye08/starformation.h
→
src/star
_
formation/schaye08/star
_
formation.h
View file @
64af2707
File moved
src/swift.h
View file @
64af2707
...
...
@@ -67,7 +67,7 @@
#include
"serial_io.h"
#include
"single_io.h"
#include
"space.h"
#include
"starformation.h"
#include
"star
_
formation.h"
#include
"stars.h"
#include
"stars_io.h"
#include
"task.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment