Changeset 25101
- Timestamp:
- 06/22/20 13:29:42 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/analyses.m4
r25067 r25101 250 250 dnl with-Gia{{{ 251 251 AC_ARG_WITH([Gia], 252 AS_HELP_STRING([--with-Gia= YES], [compile with Gia capabilities (default is yes)]),252 AS_HELP_STRING([--with-Gia= YES], [compile with Gia capabilities (default is yes)]), 253 253 [GIA=$withval],[GIA=yes]) 254 AC_MSG_CHECKING(for Gia capability compilation)254 AC_MSG_CHECKING(for Gia capability compilation) 255 255 256 256 HAVE_GIA=no -
issm/trunk-jpl/src/m/mesh/planet/gmsh/gmshplanet.m
r25098 r25101 20 20 error(r); 21 21 end 22 gmshmajorversion= r22 gmshmajorversion=str2num(r) 23 23 if ~ismember([3,4],gmshmajorversion), 24 24 error(['gmshplanet: Gmsh major version ' gmshmajorversion ' not supported!']);
Note:
See TracChangeset
for help on using the changeset viewer.