Skip to content

Commit

Permalink
Rectify diffs
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Apr 29, 2022
1 parent ee71f34 commit 253963c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 136 deletions.
2 changes: 1 addition & 1 deletion eigen3/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package(
licenses(["notice"])

public_headers = glob([
"include/ignition/math/eigen3/*.hh",
"include/gz/math/eigen3/*.hh",
])

cc_library(
Expand Down
134 changes: 0 additions & 134 deletions include/ignition/math/MassMatrix3.ipynb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
*
*/

#include <gz/math/math.hh>
#include <gz/math/detail/Export.hh>
18 changes: 18 additions & 0 deletions include/ignition/math/eigen3.hh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
* Copyright (C) 2017 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

#include <gz/math/eigen3.hh>

0 comments on commit 253963c

Please sign in to comment.