|
Gadget
|
#include "formula.h"#include "errorhandler.h"#include "mathfunc.h"#include "gadget.h"#include "global.h"
Functions | |
| CommentStream & | operator>> (CommentStream &infile, Formula &F) |
| CommentStream& operator>> | ( | CommentStream & | infile, |
| Formula & | F | ||
| ) |
| infile | is the CommentStream to read from |
| F | is the Formula used to store the data |