Changeset 17902
- Timestamp:
- 04/30/14 16:42:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/controlm1qn3_core.cpp
r17899 r17902 49 49 SimulFunc costfuncion = &simul; /*Cost function address*/ 50 50 void** prosca = &euclid_; /*Dot product function (euclid is the default)*/ 51 char normtype[ 3]; /*Norm type: dfn = scalar product defined by prosca*/ strcpy(normtype, "dfn");51 char normtype[] = "dfn"; /*Norm type: dfn = scalar product defined by prosca*/ 52 52 long izs[5]; /*Arrays used by m1qn3 subroutines*/ 53 53 long iz[5]; /*Integer m1qn3 working array of size 5*/
Note:
See TracChangeset
for help on using the changeset viewer.