From: Jason H Stover Date: Tue, 16 Jun 2009 16:20:57 +0000 (-0400) Subject: Renamed interaction_variable_get_var to interaction_get_variable. X-Git-Tag: build37~67 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8829e1f148c279db0f19b9e3bd746ace07d2d7f1;hp=8829e1f148c279db0f19b9e3bd746ace07d2d7f1;p=pspp-builds.git Renamed interaction_variable_get_var to interaction_get_variable. Renamed interaction_variable_get_member to interaction_get_member. Split update_hash_entry into update_hash_entry and update_hash_entry_intr for interactions. inner_intr_loop: New function. covariance_accumulate_pairwise: Loop separately over variables, then interactions. interaction_variable_create: Make interactions type alpha when appropriate. interaction_value_create: Use value_resize to avoid copying more data than necessary into new interaction_value. ---