Skip to content
Snippets Groups Projects
Commit 1615e5c4 authored by Javier Laplaza Galindo's avatar Javier Laplaza Galindo
Browse files

Fixed relative paths of the example files

parent fc77d8c5
No related branches found
No related tags found
2 merge requests!4Resolve "Enable Standard Point Positioning (SPP) computation",!2Resolve "Enable Standard Point Positioning (SPP) computation"
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -146,7 +146,7 @@ int main(int argc, char *argv[]) ...@@ -146,7 +146,7 @@ int main(int argc, char *argv[])
// create Navigation object // create Navigation object
Navigation navigation; Navigation navigation;
createObsAndNav(&observations, "../examples/raw_201805171357.obs", &navigation, "../examples/raw_201805171357.nav"); createObsAndNav(&observations, "../src/examples/raw_201805171357.obs", &navigation, "../src/examples/raw_201805171357.nav");
nav_t nav = navigation.getNavigation(); nav_t nav = navigation.getNavigation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment