Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shkodm committed Jun 3, 2024
1 parent 34ea425 commit 98accf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/multiphase/d3q27_pf_velocity/Boundary.c.Rt
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ CudaDeviceFunction real_t getSpecialBoundaryPoint() {

/* Calculate the actual wall norm based on the solid
*field */
CudaDeviceFunction real_t Init_real_wallNorm()
CudaDeviceFunction void Init_real_wallNorm()
{
// set initial values
nw_x = 0.0;
Expand Down

0 comments on commit 98accf4

Please sign in to comment.