Skip to content

Commit

Permalink
Add empty line to reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
kjalloul-anybotics committed Dec 3, 2024
1 parent 9092aae commit 9015369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grid_map_core/src/CubicInterpolation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ double mixedSecondOrderDerivativeAt(
* the order doesn't matter. Derivative values are the same.
* Taken from https://www.mathematik.uni-dortmund.de/~kuzmin/cfdintro/lecture4.pdf
*/

const int numCol = layerData.cols();
const int numRow = layerData.rows();

Expand Down

0 comments on commit 9015369

Please sign in to comment.