Skip to content
Snippets Groups Projects
Commit 223c5045 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: wait for it we maintain compat with muparser 1

parent e0fede5d
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,7 @@ private:
if(HasValue("inpos"))
{
//Expression 2 : final positions < spatialr
expr<<" && sqrt((p1b"<<nbComp+1<<"-p2b"<<nbComp+1<<")*(p1b"<<nbComp+1<<"-p2b"<<nbComp+1<<")+";
expr<<" and sqrt((p1b"<<nbComp+1<<"-p2b"<<nbComp+1<<")*(p1b"<<nbComp+1<<"-p2b"<<nbComp+1<<")+";
expr<<"(p1b"<<nbComp+2<<"-p2b"<<nbComp+2<<")*(p1b"<<nbComp+2<<"-p2b"<<nbComp+2<<"))"<<"<"<<spatialr;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment