Skip to content

Commit

Permalink
Add comment on meanmax func
Browse files Browse the repository at this point in the history
  • Loading branch information
CyprienBosserelle authored Jun 18, 2024
1 parent 4a0bf92 commit 52b3d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Meanmax.cu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#include "Meanmax.h"


// Calculate the mean and or max of requested variable on the GPU/CPU
template <class T> void Calcmeanmax(Param XParam, Loop<T>& XLoop, Model<T> XModel, Model<T> XModel_g)
{
dim3 blockDim(XParam.blkwidth, XParam.blkwidth, 1);
Expand Down Expand Up @@ -520,4 +520,4 @@ template <class T> __host__ void addwettime_CPU(Param XParam, BlockP<T> XBlock,
}
}

}
}

0 comments on commit 52b3d68

Please sign in to comment.