read_float
List of: Functions
Subjects: SAT Save and Restore
Contents: Kernel

Action: Reads a float written with C printf format "%g ".

Prototype: float read_float ();

Includes: #include "kernel/acis.hxx"

#include "kernel/meshhusk/mesh/node.hxx"

Description: This routine is used as part of restore from a SAT or SAB file. ActiveFile is a FileInterface object and does most of the actual work.


return ActiveFile ? ActiveFile->read_float() : 0;
Call the appropriate SatFile or SabFile method

Library: kernel

Filename: kern/kernel/meshhusk/mesh/node.hxx

Effect: Read-only
PDF/KERN/25FNM.PDF
HTM/DATA/KERN/KERN/25FNM/0009.HTM