summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f2cabf)
raw | patch | inline | side by side (parent: 8f2cabf)
author | Florian Forster <octo@huhu.verplant.org> | |
Sun, 24 Feb 2008 14:43:07 +0000 (15:43 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Sun, 24 Feb 2008 14:43:07 +0000 (15:43 +0100) |
src/types_list.c | patch | blob | history |
diff --git a/src/types_list.c b/src/types_list.c
index ff8426286ac515472b63285aee83fe7df0d45cb7..3be792d5ca11bbd741f9b599a517c9cfea7da9ac 100644 (file)
--- a/src/types_list.c
+++ b/src/types_list.c
else
dsrc->max = atof (fields[3]);
- DEBUG ("parse_ds: dsrc = {%s, %i, %lf, %lf};",
- dsrc->name, dsrc->type, dsrc->min, dsrc->max);
-
return (0);
} /* int parse_ds */
return;
}
- DEBUG ("parse_line: ds = {%s, %i, %p};",
- ds->type, ds->ds_num, (void *) ds->ds);
-
plugin_register_data_set (ds);
sfree (ds->ds);