aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/projects.h')
-rw-r--r--src/projects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h
index 7a483d5f..e30468a1 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -408,6 +408,7 @@ struct PJ_UNITS {
char *id; /* units keyword */
char *to_meter; /* multiply by value to get meters */
char *name; /* comments */
+ double factor; /* to_meter factor in actual numbers */
};
struct PJ_DATUMS {