Changeset 23598


Ignore:
Timestamp:
01/03/19 20:27:48 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed printf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r23597 r23598  
    510510
    511511        for(i=0;i<nummodels;i++){
    512                 printf(" ==== %s  ====\n",EnumToStringx(this->analysis_type_list[i]));
    513512                this->constraints_list[i]->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
    514513                this->loads_list[i]->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
Note: See TracChangeset for help on using the changeset viewer.