[cmor] 35/190: removed 2 print statements
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Jul 21 12:54:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository cmor.
commit 2dc634a8691bc5a17d63d371bf89fd2f00cafd3a
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date: Mon Aug 2 08:36:53 2010 -0700
removed 2 print statements
---
Src/cmor_variables.c | 2 --
configure | 18 +++++++++---------
configure.ac | 2 +-
3 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/Src/cmor_variables.c b/Src/cmor_variables.c
index 8c4d4f2..9e43489 100644
--- a/Src/cmor_variables.c
+++ b/Src/cmor_variables.c
@@ -988,7 +988,6 @@ int cmor_set_var_def_att(cmor_var_def_t *var,char att[CMOR_MAX_STRING],char val[
strncpy(var->comment,val,CMOR_MAX_STRING);
}
else if (strcmp(att,"dimensions")==0) {
- printf("var: %s, dims: %s\n",var->id,val);
n0=strlen(val);
for (i=0;i<n0;i++) {
j=0;
@@ -1004,7 +1003,6 @@ int cmor_set_var_def_att(cmor_var_def_t *var,char att[CMOR_MAX_STRING],char val[
if (strcmp(dim,cmor_tables[var->table_id].axes[j].id)==0) {n=j;break;}
}
if (n==-1) {
- printf("dim is: %s\n",dim);
j = strcmp("zlevel",dim);
j *= strcmp("alevel",dim);
j *= strcmp("olevel",dim);
diff --git a/configure b/configure
index 038cb63..9e2a035 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for cmor 2.0.
+# Generated by GNU Autoconf 2.61 for cmor 2.0.2.
#
# Report bugs to <doutriaux1 at llnl.gov>.
#
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='cmor'
PACKAGE_TARNAME='cmor'
-PACKAGE_VERSION='2.0'
-PACKAGE_STRING='cmor 2.0'
+PACKAGE_VERSION='2.0.2'
+PACKAGE_STRING='cmor 2.0.2'
PACKAGE_BUGREPORT='doutriaux1 at llnl.gov'
ac_default_prefix=/usr/local/cmor
@@ -1185,7 +1185,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures cmor 2.0 to adapt to many kinds of systems.
+\`configure' configures cmor 2.0.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1251,7 +1251,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of cmor 2.0:";;
+ short | recursive ) echo "Configuration of cmor 2.0.2:";;
esac
cat <<\_ACEOF
@@ -1350,7 +1350,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-cmor configure 2.0
+cmor configure 2.0.2
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1364,7 +1364,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by cmor $as_me 2.0, which was
+It was created by cmor $as_me 2.0.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -4989,7 +4989,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by cmor $as_me 2.0, which was
+This file was extended by cmor $as_me 2.0.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5032,7 +5032,7 @@ Report bugs to <bug-autoconf at gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-cmor config.status 2.0
+cmor config.status 2.0.2
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index dd1c659..694d71a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.
dnl AC_PREREQ(2.59)
-AC_INIT(cmor, 2.0, doutriaux1 at llnl.gov)
+AC_INIT(cmor, 2.0.2, doutriaux1 at llnl.gov)
GIT_TAG=`./get_git_version.sh`
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cmor.git
More information about the debian-science-commits
mailing list