yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #04047
Re: [Question #137115]: Commit new files to trunk
Question #137115 on Yade changed:
https://answers.launchpad.net/yade/+question/137115
Status: Open => Answered
Václav Šmilauer proposed the following answer:
Hm... I would add a check to the functor that uses that material.
(if(strainStressValue.empry()) throw
std::invalid_argument("WireMat.strainStressValue is empty"); )
I see that there is a problem that we require postLoad to operate also
on instances which are not fully initialized. For now, I don't have a
good solution in mind, except for disabling that regression test. But
since we did have problems with failing serialization due to changes in
boost recently, I would like to keep that.
HTH, v.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.