Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shreybh1 committed Nov 8, 2023
1 parent fd9785d commit c4c34b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stream/computeStep.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
#include "mpi.h"
#include "stream.h"

/** @brief computeStep calls the different STREAM kernels
* @param iocompParams struct containing the iocomp parameters
* @param streamParams struct containing the stream parameters
* @param comm MPI communicator
*/
void computeStep(struct iocomp_params *iocompParams, struct stream_params *streamParams, MPI_Comm comm)
{
if(streamParams->verboseFlag){
Expand Down

0 comments on commit c4c34b3

Please sign in to comment.