Changeset 19489


Ignore:
Timestamp:
08/12/15 14:27:07 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: adding error message for GSL solver if not compiled:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/modules/ModelProcessorx/Autodiff/CreateParametersAutodiff.cpp ΒΆ

    r18935 r19489  
    134134                                #ifdef _HAVE_GSL_
    135135                                theAdolcEDF_p->GetParameterValue().myEDF_for_solverx_p=reg_ext_fct(EDF_for_solverx);
     136                                #else
     137                                _error_("requesting GSL solver without GSL being compiled in!");
    136138                                #endif
    137139                            break;
Note: See TracChangeset for help on using the changeset viewer.