X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_log.cpp;h=59f82e59b439f294e0de6df33c42cfd579d94089;hb=e9a42a585dec26a8c0aabcfd6e12755f0f0f1156;hp=a79dde53f61e0103233f997ad1639df66aa3e257;hpb=4ba22fb51d97f1ecce04dcc5e40569a4354c1bae;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_log.cpp b/synfig-core/trunk/src/synfig/valuenode_log.cpp index a79dde5..59f82e5 100644 --- a/synfig-core/trunk/src/synfig/valuenode_log.cpp +++ b/synfig-core/trunk/src/synfig/valuenode_log.cpp @@ -149,6 +149,9 @@ ValueNode_Logarithm::get_link_index_from_name(const String &name)const ValueBase ValueNode_Logarithm::operator()(Time t)const { + if (getenv("SYNFIG_DEBUG_VALUENODE_OPERATORS")) + printf("%s:%d operator()\n", __FILE__, __LINE__); + Real link = (*link_) (t).get(Real()); Real epsilon = (*epsilon_) (t).get(Real()); Real infinite = (*infinite_)(t).get(Real());