diff --git a/src/languages.cpp b/src/languages.cpp index a7829db..ded7021 100644 --- a/src/languages.cpp +++ b/src/languages.cpp @@ -5,7 +5,7 @@ */ /* - * Copyright (c) 2006-2009, Tomasz Sowa + * Copyright (c) 2006-2010, Tomasz Sowa * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pad.cpp b/src/pad.cpp index 5906054..21b2423 100644 --- a/src/pad.cpp +++ b/src/pad.cpp @@ -5,7 +5,7 @@ */ /* - * Copyright (c) 2006-2009, Tomasz Sowa + * Copyright (c) 2006-2010, Tomasz Sowa * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -240,7 +240,6 @@ void ParseString(ttmath::Parser & matparser) matparser.SetComma(input_comma1, input_comma2); matparser.SetGroup(grouping); matparser.SetParamSep(param_sep); - matparser.SetSmallToZero(true); matparser.SetVariables(variables); matparser.SetFunctions(functions); diff --git a/src/parsermanager.h b/src/parsermanager.h index 55db875..680feeb 100644 --- a/src/parsermanager.h +++ b/src/parsermanager.h @@ -5,7 +5,7 @@ */ /* - * Copyright (c) 2006-2009, Tomasz Sowa + * Copyright (c) 2006-2010, Tomasz Sowa * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -239,7 +239,6 @@ private: matparser.SetComma(input_comma1, input_comma2); matparser.SetGroup(grouping); matparser.SetParamSep(param_sep); - matparser.SetSmallToZero(true); code = matparser.Parse(buffer); }