Skip to content
Snippets Groups Projects
Commit 383ec6d9 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Documentation fixes and code formatting.

parent 85af3e05
No related branches found
No related tags found
No related merge requests found
......@@ -674,7 +674,8 @@ int main(int argc, char *argv[]) {
#ifndef HAVE_FFTW
/* Need the FFTW library if periodic and self gravity. */
if (with_self_gravity && periodic)
error("No FFTW library found. Cannot compute periodic long-range forces.");
error(
"No FFTW library found. Cannot compute periodic long-range forces.");
#endif
#ifdef SWIFT_DEBUG_CHECKS
......
......@@ -20,7 +20,7 @@
#define SWIFT_EQUATION_OF_STATE_H
/**
* @file equation_of_state.h
* @file src/equation_of_state.h
* @brief Defines the equation of state of the gas we simulate in the form of
* relations between thermodynamic quantities. These are later used internally
* by all hydro schemes
......
......@@ -171,7 +171,7 @@ __attribute__((always_inline)) INLINE static float gas_soundspeed_from_pressure(
*
* Nothing to do here since this EoS is parameter-free.
*
* @param e The #eos_paramters.
* @param e The #eos_parameters.
* @param phys_const The physical constants in the internal unit system.
* @param us The internal unit system.
* @param params The parsed parameters.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment