GlassBR
Loading...
Searching...
No Matches
OutputFormat.hpp
Go to the documentation of this file.
1
6
7#ifndef OutputFormat_h
8#define OutputFormat_h
9
10#include <string>
11
12using std::ofstream;
13using std::string;
14
21void write_output(bool isSafePb, bool isSafeLR, double P_b, double J);
22
23#endif
void write_output(bool isSafePb, bool isSafeLR, double P_b, double J)
Writes the output values to output.txt.