PDController
All Classes Files Functions
OutputFormat.hpp
Go to the documentation of this file.
1 
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 
20 void write_output(vector<double> &y_t);
21 
22 #endif
void write_output(vector< double > &y_t)
Writes the output values to output.txt.