janverschelde / PHCpack

The primary source code repository for PHCpack, a software package to solve polynomial systems with homotopy continuation methods.
http://www.phcpack.org
GNU General Public License v3.0
59 stars 21 forks source link

findstr is obsolete; use strfind instead #45

Open d-torrance opened 3 years ago

d-torrance commented 3 years ago

The PHClab files use findstr quite a bit, but it has been replaced by strfind (https://octave.org/doc/v6.2.0/Manipulating-Strings.html#XREFfindstr). This results in warning messages:

octave:2> read_system('src/Demo/ku10');
warning: findstr is obsolete; use strfind instead