Changeset 14682


Ignore:
Timestamp:
04/20/13 21:29:15 (12 years ago)
Author:
Eric.Larour
Message:

CHG: need to activate toolkit options database, otherwise, we cna't use matrices and XYZ method segfault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/mobile/native/Main.cpp

    r14515 r14682  
    4646                /*call Model constructor passing in infile as File Descriptor parameter.*/
    4747                fm  = new FemModel(argc,argv,communicator);
     48
     49                /*we'll need the toolkits activated right away to use matrices: */
     50                ToolkitsOptionsFromAnalysis(fm->parameters,NoneAnalysisEnum);
    4851
    4952                /*release strings: */
Note: See TracChangeset for help on using the changeset viewer.