Changeset 4057 for issm/trunk/src/c/shared/Numerics/IsInputConverged.cpp
- Timestamp:
- 06/18/10 20:48:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/shared/Numerics/IsInputConverged.cpp
r4055 r4057 16 16 void IsInputConverged(double* peps, Input** new_inputs,Input** old_inputs,int num_inputs,int criterion_enum){ 17 17 18 int i ;18 int i,j; 19 19 20 20 /*output: */
Note:
See TracChangeset
for help on using the changeset viewer.