@@ -306,7 +306,8 @@ static int splittingStep_TakeStep(ARKodeMem ark_mem, sunrealtype* dsmPtr,
306
306
307
307
N_VScale (ONE , ark_mem -> yn , ark_mem -> ycur );
308
308
retval = splittingStep_SequentialMethod (ark_mem , step_mem , 0 , ark_mem -> ycur );
309
- SUNLogExtraDebugVec (ARK_LOGGER , "sequential state" , ark_mem -> ycur , "y_seq(:) =" );
309
+ SUNLogExtraDebugVec (ARK_LOGGER , "sequential state" , ark_mem -> ycur ,
310
+ "y_seq(:) =" );
310
311
if (retval != ARK_SUCCESS )
311
312
{
312
313
SUNLogInfo (ARK_LOGGER , "end-sequential-method" ,
@@ -329,7 +330,8 @@ static int splittingStep_TakeStep(ARKodeMem ark_mem, sunrealtype* dsmPtr,
329
330
N_VScale (ONE , ark_mem -> yn , ark_mem -> tempv1 );
330
331
retval = splittingStep_SequentialMethod (ark_mem , step_mem , i ,
331
332
ark_mem -> tempv1 );
332
- SUNLogExtraDebugVec (ARK_LOGGER , "sequential state" , ark_mem -> tempv1 , "y_seq(:) =" );
333
+ SUNLogExtraDebugVec (ARK_LOGGER , "sequential state" , ark_mem -> tempv1 ,
334
+ "y_seq(:) =" );
333
335
if (retval != ARK_SUCCESS )
334
336
{
335
337
SUNLogInfo (ARK_LOGGER , "end-sequential-method" ,
0 commit comments