Skip to content

Commit

Permalink
quick fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbferka committed Aug 3, 2018
1 parent 3871153 commit c7f771e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/flowcontrol/include/rs/flowcontrol/RSAnalysisEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class RSAnalysisEngine

~RSAnalysisEngine();

virtual void init(const std::string &file, bool parallel);
virtual void init(const std::string &file, bool parallel=false);

void initPipelineManager();

Expand Down
4 changes: 2 additions & 2 deletions src/queryanswering/include/rs/queryanswering/KRDefinitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static std::vector<std::string> rsQueryTerms =


//make uri from namespace and class name
static std::string makeUri(const std::string &a)
/*static std::string makeUri(const std::string &a)
{
std::string prefix("http://knowrob.org/kb/");
int tokenizerIdx = a.find(":");
Expand All @@ -155,7 +155,7 @@ static std::string makeUri(const std::string &a)
std::stringstream stream;
stream<<prefix<<begin<<".owl#"<<end;
return stream.str();
}
}*/

}//end of namespace

Expand Down

0 comments on commit c7f771e

Please sign in to comment.