File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,9 @@ typedef struct
112112 *element_data_adapt; /* *< element_data for the adapted forest, used during adaptation to interpolate values */
113113 /* We store the phi values in an extra array, since this data must exist for ghost
114114 * element as well and is communicated with other processes in ghost_exchange. */
115- sc_array_t *phi_values; /* *< For each element and ghost its phi value. */
116- sc_array_t
117- *phi_values_adapt; /* *< phi values for the adapted forest, used during adaptation to interpolate values. */
118- sc_MPI_Comm comm; /* *< MPI communicator used */
115+ sc_array_t *phi_values; /* *< For each element and ghost its phi value. */
116+ sc_array_t *phi_values_adapt; /* *< phi values for the adapted forest, used during adaptation to interpolate values. */
117+ sc_MPI_Comm comm; /* *< MPI communicator used */
119118 sc_statinfo_t stats[ADVECT_NUM_STATS]; /* *< Runtimes and other statistics. */
120119 double t; /* *< Current simulation time */
121120 double T; /* *< End time */
You can’t perform that action at this time.
0 commit comments