Changeset 8551


Ignore:
Timestamp:
06/08/11 12:06:11 (14 years ago)
Author:
bkhakbaz
Message:

correcting identation problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/IoModel.cpp

    r8549 r8551  
    227227       
    228228    /*!Get hydrology parameters: */
    229 //      IoModelFetchData(&this->hydro_gamma,iomodel_handle,"hydro_gamma");
    230    IoModelFetchData(&this->hydro_kn,iomodel_handle,"hydro_kn");
    231    IoModelFetchData(&this->hydro_p,iomodel_handle,"hydro_p");
    232    IoModelFetchData(&this->hydro_q,iomodel_handle,"hydro_q");
     229        //      IoModelFetchData(&this->hydro_gamma,iomodel_handle,"hydro_gamma");
     230        IoModelFetchData(&this->hydro_kn,iomodel_handle,"hydro_kn");
     231        IoModelFetchData(&this->hydro_p,iomodel_handle,"hydro_p");
     232        IoModelFetchData(&this->hydro_q,iomodel_handle,"hydro_q");
    233233        IoModelFetchData(&this->hydro_CR,iomodel_handle,"hydro_CR");
    234234        IoModelFetchData(&this->hydro_n,iomodel_handle,"hydro_n");
Note: See TracChangeset for help on using the changeset viewer.