Changeset 2348


Ignore:
Timestamp:
09/28/09 16:39:31 (15 years ago)
Author:
Mathieu Morlighem
Message:

revert commit to previous version of dataset (printf not needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/DataSet/DataSet.cpp

    r2347 r2348  
    13991399
    14001400                        num_unstable_constraints+=unstable;
    1401                         if(unstable){
    1402                                 printf("id=%i\n",pengrid->GetId());
    1403                         }
    1404                 }
    1405         }
    1406         printf("num_unstable_constraints=%i\n",num_unstable_constraints);
    1407 
     1401                }
     1402        }
    14081403
    14091404        #ifdef _PARALLEL_
Note: See TracChangeset for help on using the changeset viewer.