Changeset 366


Ignore:
Timestamp:
05/12/09 16:29:42 (16 years ago)
Author:
Mathieu Morlighem
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/io/ModelFetchData.cpp

    r117 r366  
    8989        MPI_Bcast(&found,1,MPI_INT,0,MPI_COMM_WORLD);
    9090
    91         if(!found)throw ErrorException(__FUNCT__,exprintf("%s%s","could not find data with name",data_name));
     91        if(!found)throw ErrorException(__FUNCT__,exprintf("%s %s ","could not find data with name",data_name));
    9292
    9393        /*We are at the correct position! Go for it: */
Note: See TracChangeset for help on using the changeset viewer.