> > > > - outputFile -> out (in DataRecorder -> Recorder) > > "out" is protected... > Ah, yes, its "file" instead. > > Now "'class TriaxialStateRecorder' has no member named 'interval'"... > > I'm not sure it is safe to keep coding while only the TriaxialTest demo > is compiling. When people will want their code back they will have to > fix all those details that you didn't notice.
Recorder inherits those things from PeriodicEngine, which names things differently. The one you need is iterPeriod. For the velocity -> vel things: sorry for that, I thought it was to good moment to clean it up. I am always hesitating what is pushing your coding taste on others and what is really benefit. This should make formulas more readable (shorter). v _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

