Changeset 26623


Ignore:
Timestamp:
11/15/21 09:49:31 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: nor needed anymore

Location:
issm/trunk-jpl/src/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp

    r26556 r26623  
    422422                        tape_codi.setGradient(codi_global.output_indices[dep_index],1.0);
    423423                }
    424                 feclearexcept(FE_ALL_EXCEPT);
    425                 feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW);
     424                //feclearexcept(FE_ALL_EXCEPT);
     425                //feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW);
    426426                tape_codi.evaluate();
    427427
  • issm/trunk-jpl/src/c/modules/ConfigureObjectsx/ConfigureObjectsx.cpp

    r25554 r26623  
    1010
    1111int     ConfigureObjectsx( Elements* elements, Loads* loads, Nodes* nodes, Vertices* vertices, Materials* materials,Parameters* parameters,Inputs* inputs){
    12 
    13         /*Get analysis type: */
    14         int configuration_type;
    15         parameters->FindParam(&configuration_type,ConfigurationTypeEnum);
    1612
    1713        if(VerboseMProcessor()) _printf0_("      Configuring elements...\n");
Note: See TracChangeset for help on using the changeset viewer.