Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a mistyped error #148

Open
yifungkhong opened this issue Feb 24, 2023 · 1 comment
Open

a mistyped error #148

yifungkhong opened this issue Feb 24, 2023 · 1 comment

Comments

@yifungkhong
Copy link

yifungkhong commented Feb 24, 2023

if (it != Formula::_symbolFormulaMappings.end()) {

'it' is not belonged to symbolFormulaMappings, is the statement always true?

@NanoMichael
Copy link
Owner

You are right. This code is searching in the cache to see if a 'SymbolAtom' has already been created, which does not affect the main process 😄.

By the way, the master branch is going to be deprecated, if you're interested, take a look at openmath branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants