#include "interaction.h"#include <iostream>Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &stream, const interaction &conf) |
|
||||||||||||
|
Definition at line 22 of file interaction.cxx. 00023 {
00024 conf.print(stream);
00025 return stream;
00026 }
|
1.3.9.1