Changeset 17902


Ignore:
Timestamp:
04/30/14 16:42:19 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor compilation warning on pfe

File:
1 edited

Legend:

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

    r17899 r17902  
    4949        SimulFunc costfuncion  = &simul;    /*Cost function address*/
    5050        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*/
    5252        long      izs[5];                   /*Arrays used by m1qn3 subroutines*/
    5353        long      iz[5];                    /*Integer m1qn3 working array of size 5*/
Note: See TracChangeset for help on using the changeset viewer.