Skip to content
Snippets Groups Projects
Commit fffdbfd9 authored by mkirsz's avatar mkirsz
Browse files

Sig fig control

parent 7e0659f5
No related branches found
No related tags found
No related merge requests found
Pipeline #52002 passed
......@@ -190,5 +190,12 @@ class Output {
out_force.close();
out_stress.close();
}
void set_numeric(size_t n) {
sigfig=n;
fmtw=sigfig+7;
emptyspace=5;
nw=emptyspace+fmtw;
}
};
#endif // !OUTPUT_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment