Changeset 25101


Ignore:
Timestamp:
06/22/20 13:29:42 (5 years ago)
Author:
jdquinn
Message:

BUG: Cast str to int; cleanup

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/analyses.m4

    r25067 r25101  
    250250dnl with-Gia{{{
    251251AC_ARG_WITH([Gia],
    252         AS_HELP_STRING([--with-Gia= YES], [compile with Giacapabilities (default is yes)]),
     252        AS_HELP_STRING([--with-Gia= YES], [compile with Gia capabilities (default is yes)]),
    253253        [GIA=$withval],[GIA=yes])
    254 AC_MSG_CHECKING(for Giacapability compilation)
     254AC_MSG_CHECKING(for Gia capability compilation)
    255255
    256256HAVE_GIA=no
  • issm/trunk-jpl/src/m/mesh/planet/gmsh/gmshplanet.m

    r25098 r25101  
    2020                error(r);
    2121        end
    22         gmshmajorversion=r
     22        gmshmajorversion=str2num(r)
    2323        if ~ismember([3,4],gmshmajorversion),
    2424                error(['gmshplanet: Gmsh major version ' gmshmajorversion ' not supported!']);
Note: See TracChangeset for help on using the changeset viewer.