Skip to content

Commit 6edf521

Browse files
committed
fix typos
1 parent 22278bb commit 6edf521

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

example/advect/t8_advection.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)