ENH: Fix Bug #1950, provide a direct access to the input. Minor cleanup (convenience)

This commit is contained in:
Mathieu Malaterre 2005-06-17 11:46:29 -04:00
parent 65e2c18d73
commit d3239ac68f

View File

@ -113,7 +113,7 @@ public:
/** /**
* Initialize internal data structure and pass arguments one by one. This is * Initialize internal data structure and pass arguments one by one. This is
* convinience method for use from scripting languages where argc and argv * convenience method for use from scripting languages where argc and argv
* are not available. * are not available.
*/ */
void Initialize(); void Initialize();