[cmor] 45/190: removed a print statement

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 12:54:35 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 5dca7c6e544198e36c3864dcebcdc5b14c89bbb6
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date:   Tue Aug 31 14:31:39 2010 -0700

    removed a print statement
---
 Src/cmor_variables.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Src/cmor_variables.c b/Src/cmor_variables.c
index d48ee0c..dd920ce 100644
--- a/Src/cmor_variables.c
+++ b/Src/cmor_variables.c
@@ -733,7 +733,7 @@ int cmor_variable(int *var_id, char *name, char *units, int ndims, int axes_ids[
     /* ok before we panic we check if there is a "dummy" dim */
     j=refvar.ndims-ndims+aint;
     for (i=0;i<refvar.ndims;i++) {
-/*       printf("ok none matchng # of dims, i: %d, id: %s, value: %lf, lndims is: %d\n",i,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].id,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].value,olndims); */
+      /* printf("ok none matchng # of dims, i: %d, id: %s, value: %lf, lndims is: %d\n",i,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].id,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].value,olndims); */
       if (cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].value!=1.e20) {
 	/* ok it could be a dummy but we need to check if the user already defined this dummy dimension or not */
 	l=-1;
@@ -755,11 +755,11 @@ int cmor_variable(int *var_id, char *name, char *units, int ndims, int axes_ids[
 	  j-=1;
 	  /* ok then we create a dummy axis that we will add at the end of the axes */
 	  if (cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].bounds_value[0]!=1.e20) {
-	    printf("what!!!!\n");
+	    /* printf("what!!!!\n"); */
 	    ierr = cmor_axis(&k,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].id,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].units,1,&cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].value,'d',&cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].bounds_value[0],2,"");
 	  }
 	  else {
-	    printf("CRAPPY\n");
+	    /* printf("CRAPPY\n"); */
 	    ierr = cmor_axis(&k,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].id,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].units,1,&cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].value,'d',NULL,0,"");
 	  }
 	  laxes_ids[ndims+lndims]=k;

-- 
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