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

Compilation fixes for Intel compile

parent a186289d
No related branches found
No related tags found
1 merge request!1015Parallel green function
...@@ -72,7 +72,7 @@ __attribute__((always_inline, const)) INLINE static int row_major_id_periodic( ...@@ -72,7 +72,7 @@ __attribute__((always_inline, const)) INLINE static int row_major_id_periodic(
* @param dz Second CIC coefficient along z * @param dz Second CIC coefficient along z
*/ */
__attribute__((always_inline, const)) INLINE static double CIC_get( __attribute__((always_inline, const)) INLINE static double CIC_get(
const double mesh[6][6][6], const int i, const int j, const int k, double mesh[6][6][6], const int i, const int j, const int k,
const double tx, const double ty, const double tz, const double dx, const double tx, const double ty, const double tz, const double dx,
const double dy, const double dz) { const double dy, const double dz) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment