Vespucci  1.0.0
interprocesssender.cpp
Go to the documentation of this file.
2 
3 
5 InterprocessSender::InterprocessSender(std::map<std::string, arma::mat *> invars,
6  std::vector<std::string> outvar_names)
7  :invars_(invars), outvar_names(outvar_names)
8 {
9 
10 }
InterprocessSender(std::map< std::string, arma::mat * > invars, std::vector< std::string > outvar_names)