王学敏 wrote: > Dear Python Users, > > Attachment is python code. > > The function of this code is that I want to insert lots of fiber into > matrix, data is a list storing translate vector. When a fiber is > translated to matrix, I used fiber to cut matrix. So the new part will be > generated, I delete the previous part and resume fiber. The loop will stop > when all fibers are inserted to matrix. I used abaqus 6.11 to run > fibermatrix.py, but it has problems. Thank you for your help.
You are mixing tabs and spaces. Configure your editor to display a tab as eight spaces and you will see the problem. If your editer offers an option to translate a hit on the tab key into four spaces I recommend that you toggle that option to avoid the problem in the future. _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
