mrf  v0.2.0

◆ new_message()

struct Message* new_message ( int  dim,
int  from,
int  to 
)

Create a new message and assign it the specified origin and destination.

Parameters
dimthe dimension of the message
fromthe origin node
tothe destination node
Returns
struct Message*