diff --git a/include/tadah/mlip/output/output.h b/include/tadah/mlip/output/output.h index 1a0885035b3772d629927af266a9e55a460917b1..e583c9229e3725899d6696ffddb0065dfea92332 100644 --- a/include/tadah/mlip/output/output.h +++ b/include/tadah/mlip/output/output.h @@ -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