Skip to content
Snippets Groups Projects
Commit 5f06515e authored by Bienchen's avatar Bienchen
Browse files

Added getter function for the current STAR parser line number

parent e4a6b6bc
Branches
Tags
No related merge requests found
......@@ -156,6 +156,12 @@ public:
{
filename_ = filename;
}
/// \brief retrieve the line, the parser is currently working on
int GetCurrentLinenum()
{
return line_num_;
}
public:
void Parse();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment