File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*
16
16
*/
17
- #ifndef SDF_AirFlow_HH_
18
- #define SDF_AirFlow_HH_
17
+ #ifndef SDF_AIRFLOW_HH_
18
+ #define SDF_AIRFLOW_HH_
19
19
20
20
#include < gz/utils/ImplPtr.hh>
21
21
@@ -90,4 +90,4 @@ namespace sdf
90
90
};
91
91
}
92
92
}
93
- #endif
93
+ #endif // SDF_AIRFLOW_HH_
Original file line number Diff line number Diff line change 21
21
22
22
#include " sdf/AirFlow.hh"
23
23
24
-
25
24
using namespace pybind11 ::literals;
26
25
27
26
namespace sdf
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2019 Open Source Robotics Foundation
2
+ * Copyright (C) 2023 Open Source Robotics Foundation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
17
17
18
18
#include < gtest/gtest.h>
19
19
#include " sdf/AirFlow.hh"
20
+ #include " sdf/Noise.hh"
20
21
21
22
// ///////////////////////////////////////////////
22
23
TEST (DOMAirFlow, Construction)
You can’t perform that action at this time.
0 commit comments