diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-26 20:50:56 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-26 20:50:56 -0700 |
commit | f48f6c143583d809984d8f3b902a99c00ba8a4a4 (patch) | |
tree | 9245a8d839da217a4fe57f3d8be141042c6f6ad1 /cpp/013run | |
parent | 3076bab4b62ce2b56c53db6d0b1715429c5bda27 (diff) | |
download | mu-f48f6c143583d809984d8f3b902a99c00ba8a4a4.tar.gz |
980
Diffstat (limited to 'cpp/013run')
-rw-r--r-- | cpp/013run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/013run b/cpp/013run index 9790bfdd..8456a7c0 100644 --- a/cpp/013run +++ b/cpp/013run @@ -152,7 +152,7 @@ size_t size_of(const reagent& r) { size_t size_of(const vector<type_number>& types) { type_info t = Type[types[0]]; // End size_of Cases. - return t.size; + return 1; } bool is_dummy(const reagent& x) { |