← Back to team overview

yade-users team mailing list archive

Re: [Question #260626]: Precision of variables saved using O.save

 

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

    Status: Open => Answered

Jérôme Duriez proposed the following answer:
Hi,

Type of saved variables obey to what is coded in
YADE_CLASS_BASE_DOC_ATTRS_CTOR_..() block in hpp files. E.g. the radius
of a sphere is a "Real" (= double ? you should check yourself to what
typedef this "Real" corresponds to in Yade) according to
https://github.com/yade/trunk/blob/master/pkg/common/Sphere.hpp#L13

But, I do not know if this answers actually to your question..

Jerome

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