--- trunk/pygtk/integrator.cpp 2007/03/03 04:57:04 1305 +++ trunk/pygtk/integrator.cpp 2007/03/03 11:50:47 1306 @@ -147,8 +147,8 @@ } void -Integrator::writeMatrix(FILE *fp) const{ - if(integrator_write_matrix(this->blsys, fp)){ +Integrator::writeMatrix(FILE *fp,const char *type) const{ + if(integrator_write_matrix(this->blsys, fp, type)){ throw runtime_error("Failed to write matrix"); } }