Skip to content
Snippets Groups Projects
Commit ce6e2b78 authored by Omar Valsson's avatar Omar Valsson
Browse files

Grid: function to reset to default %14.9f output format

parent 2fc87025
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,8 @@ public:
void projectOnLowDimension(double &val, std::vector<int> &varHigh, WeightBase* ptr2obj );
/// set output format
void setOutputFmt(const std::string & ss) {fmt_=ss;}
/// reset output format to the default %14.9f format
void resetToDefaultOutputFmt() {fmt_="%14.9f";}
/// Integrate the function calculated on the grid
double integrate( std::vector<unsigned>& npoints );
///
......
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