Skip to content

Commit

Permalink
Migrate sources in src, test, examples, and include (#419)
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed May 4, 2022
1 parent 8f0930e commit e4a06a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/InterpolationPoint_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*
*/
#include <ignition/math/detail/InterpolationPoint.hh>
#include <gz/math/detail/InterpolationPoint.hh>

#include <gtest/gtest.h>

Expand Down
2 changes: 1 addition & 1 deletion src/VolumetricGridLookupField_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/


#include <ignition/math/VolumetricGridLookupField.hh>
#include <gz/math/VolumetricGridLookupField.hh>
#include <unordered_set>
#include <gtest/gtest.h>
using namespace ignition;
Expand Down

0 comments on commit e4a06a7

Please sign in to comment.