Skip to content

Commit

Permalink
minor modification in Comparator (after removing check Element method)
Browse files Browse the repository at this point in the history
issue #31
  • Loading branch information
Valentin Noel committed Oct 22, 2013
1 parent ddf7f6f commit c56166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Comparator/src/Comparator/Comparator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void Comparator::check( spec_reader::Specification& spec, file_reader::FileReade
while( ( s = e->next() ) != NULL ) // if end of specification : stop
{
e = getElement( s, e ); // get an element
e->check(); // check it
// e->check(); // check it

if( e->getStatus() == eStatusInvalidButOptional ||
e->getStatus() == eStatusInvalidButSkip )
Expand Down

0 comments on commit c56166a

Please sign in to comment.