source: issm/oecreview/Archive/12678-13393/ISSM-13185-13186.diff@ 14312

Last change on this file since 14312 was 13394, checked in by Mathieu Morlighem, 13 years ago

Added 12678-13393

File size: 1.0 KB
RevLine 
[13394]1Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Params/GenericParam.h
2===================================================================
3--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Params/GenericParam.h (revision 13185)
4+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Params/GenericParam.h (revision 13186)
5@@ -39,8 +39,8 @@
6 ~GenericParam(){};
7 /*}}}*/
8 /*Object virtual functions definitions:{{{ */
9- // unfortunately having such a printer method implies
10- // that P must provide the friend << operator
11+ // unfortunately, having to implement such a printer method implies
12+ // that any structured P must provide the friend << operator
13 void DeepEcho() {
14 _printLine_("GenericParam:");
15 _printLine_(" enum: " << myEnumVal << " (" << EnumToStringx(myEnumVal) << ")");
Note: See TracBrowser for help on using the repository browser.