diff options
Diffstat (limited to 'src/boost/libs/units/example/runtime_unit_input.txt')
-rw-r--r-- | src/boost/libs/units/example/runtime_unit_input.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/boost/libs/units/example/runtime_unit_input.txt b/src/boost/libs/units/example/runtime_unit_input.txt new file mode 100644 index 00000000..6c109e6c --- /dev/null +++ b/src/boost/libs/units/example/runtime_unit_input.txt @@ -0,0 +1,13 @@ +# runtime_unit_input.txt +# +# Copyright (c) 2007-2008 Steven Watanabe +# +# Distributed under the Boost Software License, Version 1.0. (See +# accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) + +return foot +2.0 centimeter +return centimeter +3.0 meter +exit |