Changeset 20697


Ignore:
Timestamp:
06/03/16 14:26:49 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: printf should not be in svn:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/Dakota/CreateParametersDakota.cpp

    r20696 r20697  
    8484                /*Deal with data needed because of qmu variables*/
    8585                for(i=0;i<numvariabledescriptors;i++){
    86                         printf("-------------- file: CreateParametersDakota.cpp line: %i\n",__LINE__);
    8786                        if (strncmp(variabledescriptors[i],"scaled_",7)==0){
    8887                                /*Ok, we are dealing with a variable that is distributed over nodes. Recover the name of the variable (ex: scaled_Thickness): */
    8988                                sscanf(variabledescriptors[i],"scaled_%s",tag);
    90                                 printf("STRING: %s\n",tag);
    9189
    9290                                /*Convert tag to field name*/
Note: See TracChangeset for help on using the changeset viewer.