← Back to team overview

yade-users team mailing list archive

Re: [Question #664499]: Not able to understand the error

 

Question #664499 on Yade changed:
https://answers.launchpad.net/yade/+question/664499

Jérôme Duriez posted a new comment:
Hi Anay,

Copying / pasting Luc's script, you splitted into two the following line

"print "nblinks=", numSSlinks, " | nbCohesivelinks=", numCohesivelinks,
" || Kcohesive=", 2.0*numCohesivelinks/nbSpheres"

Quite basic Python knowledge (regarding string manipulation and print
Python function) tells us your incomplete line is then bound to throw an
error (the " " string delimiters are unbalanced)

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.