Skip to content

Commit

Permalink
Make int function return 0
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jul 25, 2022
1 parent dbd1dc7 commit 9fef25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdms/src/interpolate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@ int interpolateTimeDomainFieldCentralHBandLimited( double ***Hxy, double ***Hxz,
*Hy += bvec[ind1]*hy;
*Hz += bvec[ind1]*hz;
}
return 0;
}

/*Interpolate the electric field to the origin of the Yee cell in the time domain
Expand Down

0 comments on commit 9fef25e

Please sign in to comment.