Skip to content

Commit

Permalink
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Nov 10, 2013
2 parents 40d5a54 + 0a50316 commit ce16617
Show file tree
Hide file tree
Showing 6 changed files with 613 additions and 438 deletions.
4 changes: 2 additions & 2 deletions src/Base/Quantity.cpp
Expand Up @@ -198,7 +198,7 @@ Quantity Quantity::parse(const char* buffer)
// free the scan buffer
QuantityParser::yy_delete_buffer (my_string_buffer);

if (QuantResult == Quantity(DOUBLE_MIN))
throw Base::Exception("Unknown error in Quantity expression");
//if (QuantResult == Quantity(DOUBLE_MIN))
// throw Base::Exception("Unknown error in Quantity expression");
return QuantResult;
}

0 comments on commit ce16617

Please sign in to comment.