← Back to team overview

yade-users team mailing list archive

Re: [Question #137115]: Commit new files to trunk

 

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

Václav Šmilauer proposed the following answer:
Hi Klaus, before commiting, run yade-* --test to make sure regression
tests pass. In your case, WireMat does not save/load cleanly. postLoad
function must not fail even if the class if only default-constructed --
for instance, you can test if(StrainStressValue.empty()) return;

Second thing, please start attribute names with lowerCase; I think this
convention is generally used for both c++ and python, CapitalizedNames
are reserved for classes.

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.