Ignore:
Timestamp:
06/04/09 18:08:18 (16 years ago)
Author:
Eric.Larour
Message:

Stabilized dakota pluging in core dakota solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/DakotaResponses.cpp

    r659 r804  
    182182                        if(my_rank==0)responses[i]=max_abs_vz;
    183183                }
    184                 else throw ErrorException(__FUNCT__,exprintf("%s%s%s"," response descriptor : ",response_descriptor," not supported yet!"));
     184                else{
     185                        if(my_rank==0)printf("%s%s%s"," response descriptor : ",response_descriptor," not supported yet!");
     186                        throw ErrorException(__FUNCT__,exprintf("%s%s%s"," response descriptor : ",response_descriptor," not supported yet!"));
     187                }
    185188        }
    186189
Note: See TracChangeset for help on using the changeset viewer.