SWHSNoPCM
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
#include <vector>
12
13
using
std::ofstream;
14
using
std::string;
15
using
std::vector;
16
21
void
write_output
(
double
E_W, vector<vector<double>> &T_W);
22
23
#endif
write_output
void write_output(double E_W, vector< vector< double > > &T_W)
Writes the output values to output.txt.
Generated by
1.15.0