Compare commits

..

2 Commits

Author SHA1 Message Date
gsell e27bdb592e tools/h5PartDcToVtk tools/h5PartSurfaceToVtk removed from BUILD_TOOLS 2012-03-14 15:41:40 +00:00
gsell 9becc99e02 bugfix in get_option() 2012-03-14 15:40:53 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ if test "X$USE_C" = "Xyes"; then
LIB_C="libH5hutC.la" LIB_C="libH5hutC.la"
BUILD_LIBS="$BUILD_LIBS libH5hutC" BUILD_LIBS="$BUILD_LIBS libH5hutC"
BUILD_TESTS="$BUILD_TESTS h5u_test h5b_test" BUILD_TESTS="$BUILD_TESTS h5u_test h5b_test"
BUILD_TOOLS="$BUILD_TOOLS h5hutcc h5PartDcToVtk h5PartSurfaceToVtk" BUILD_TOOLS="$BUILD_TOOLS h5hutcc"
fi fi
############################ fortran enabled ################################## ############################ fortran enabled ##################################
+1 -1
View File
@@ -167,7 +167,7 @@ int get_option(int argc, const char **argv, const char *opts, const struct long_
} }
else else
{ {
register char *cp; /* pointer into current token */ register const char *cp; /* pointer into current token */
/* short command line option */ /* short command line option */
opt_opt = argv[opt_ind][sp]; opt_opt = argv[opt_ind][sp];
+1 -1
View File
@@ -176,7 +176,7 @@ int get_option(int argc, const char **argv, const char *opts, const struct long_
} }
else else
{ {
register char *cp; /* pointer into current token */ register const char *cp; /* pointer into current token */
/* short command line option */ /* short command line option */
opt_opt = argv[opt_ind][sp]; opt_opt = argv[opt_ind][sp];