OverSim
AbstractSendStrategy.cc File Reference

Go to the source code of this file.

Functions

std::vector< std::vector
< double > > 
getGlobalViewData ()

Function Documentation

std::vector<std::vector<double> > getGlobalViewData ( )

Definition at line 54 of file AbstractSendStrategy.cc.

{
std::vector<std::vector<double> > tmpVector;
return tmpVector;
}