Skip to content
Snippets Groups Projects
Commit 26497da3 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added library parsing support for new file

parent 8275e31d
No related branches found
No related tags found
No related merge requests found
Pipeline #3997 passed
*.swp
*.o
*.os
scons_build
......
......@@ -215,6 +215,7 @@ int STARS::IRDB_Interface_t::do_STARS(FileIR_t* firp)
// now re-read them with a meds annotation parser
parser.parseFile(gsp->GetAnnotFileName());
parser.parseFile(gsp->GetInfoAnnotFileName());
parser.parseFile(gsp->GetRootFileName()+".STARSloops");
// cleanup memory allocated by driver.
delete profinfo;
......
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