| 1 |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.cxx,v 1.30 2006/05/23 04:47:38 brun Exp $ |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.cxx,v 1.31 2006/05/24 16:44:33 brun Exp $ |
| 2 |
// Author: Rene Brun 12/10/2000 |
// Author: Rene Brun 12/10/2000 |
| 3 |
|
|
| 4 |
/************************************************************************* |
/************************************************************************* |
| 1162 |
|
|
| 1163 |
|
|
| 1164 |
//______________________________________________________________________________ |
//______________________________________________________________________________ |
| 1165 |
void TMultiGraph::SavePrimitive(ofstream &out, Option_t *option) |
void TMultiGraph::SavePrimitive(ostream &out, Option_t *option /*= ""*/) |
| 1166 |
{ |
{ |
| 1167 |
// Save primitive as a C++ statement(s) on output stream out |
// Save primitive as a C++ statement(s) on output stream out |
| 1168 |
|
|