Skip to content
Snippets Groups Projects
Commit b918f2a9 authored by Jesse Mapel's avatar Jesse Mapel Committed by Jesse Mapel
Browse files

Fixed namespace

parent 5fc9059b
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
using json = nlohmann::json; using json = nlohmann::json;
using namespace eal; namespace eal {
// Parsing the JSON // Parsing the JSON
json constructStateFromIsd(const std::string positionRotationData) { json constructStateFromIsd(const std::string positionRotationData) {
...@@ -79,3 +78,5 @@ vector<double> getAngularVelocity(string from, string to, vector<double> coeffic ...@@ -79,3 +78,5 @@ vector<double> getAngularVelocity(string from, string to, vector<double> coeffic
vector<double> coordinate = {0.0, 0.0, 0.0}; vector<double> coordinate = {0.0, 0.0, 0.0};
return coordinate; return coordinate;
} }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment