Skip to content
Snippets Groups Projects

Added the configuration command line and CFLAGS/CXXFLAGS to the snapshots and greeting message.

Merged Matthieu Schaller requested to merge configure_options_in_code into master
+ 338
99
Compare changes
  • Side-by-side
  • Inline
Files
@@ -25,12 +25,18 @@
* Dynamics, Springer (2009, 3rd edition)
*
******************************************************************************/
#ifndef SWIFT_RIEMANN_EXACT_H
#define SWIFT_RIEMANN_EXACT_H
/* Some standard headers. */
#include <float.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
/* Local headers. */
#include "adiabatic_index.h"
#include "error.h"
#include "minmax.h"
#include "riemann_vacuum.h"
Loading