X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.h;h=ec708efa178c91a3c8b621264a1fc3d05dffd3e8;hb=2414a9e37882fd23d9e50f916bb9e6a7cc2f6bad;hp=91767270de599218a6f8eddf46de65952672628f;hpb=cdb164714ff698752666bdfade6cf18a8bbeb8a4;p=pspp-builds.git diff --git a/src/math/categoricals.h b/src/math/categoricals.h index 91767270..ec708efa 100644 --- a/src/math/categoricals.h +++ b/src/math/categoricals.h @@ -86,8 +86,7 @@ const struct interaction *categoricals_get_interaction_by_subscript (const struc double categoricals_get_sum_by_subscript (const struct categoricals *cat, int subscript); -double categoricals_get_binary_by_subscript (const struct categoricals *cat, int subscript, - const struct ccase *c); +double categoricals_get_code_for_case (const struct categoricals *cat, int subscript, const struct ccase *c); /* These use the long map. Useful for descriptive statistics. */