Provides the function for writing outputs. More...
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
void | write_output (vector< double > &y_t) |
Writes the output values to output.txt. More... | |
Provides the function for writing outputs.
void write_output | ( | vector< double > & | y_t | ) |
Writes the output values to output.txt.
y_t | Process Variable: The output value from the power plant |