Changeset 26623
- Timestamp:
- 11/15/21 09:49:31 (3 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp
r26556 r26623 422 422 tape_codi.setGradient(codi_global.output_indices[dep_index],1.0); 423 423 } 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); 426 426 tape_codi.evaluate(); 427 427 -
issm/trunk-jpl/src/c/modules/ConfigureObjectsx/ConfigureObjectsx.cpp
r25554 r26623 10 10 11 11 int 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);16 12 17 13 if(VerboseMProcessor()) _printf0_(" Configuring elements...\n");
Note:
See TracChangeset
for help on using the changeset viewer.