diff options
| author | Tyge Løvset <[email protected]> | 2020-06-22 23:41:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-22 23:41:34 +0200 |
| commit | 74150bada2f502652cb59269713b174d24fad767 (patch) | |
| tree | fb1be3b67e77c16310c7552c4dd31616ee57ece9 | |
| parent | d82bec0a4dc6632961442e01094e455f0e92b78e (diff) | |
| download | STC-modified-74150bada2f502652cb59269713b174d24fad767.tar.gz STC-modified-74150bada2f502652cb59269713b174d24fad767.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ void check_destroy(float* v) {printf("destroy %g\n", *v);} declare_CArray(f, float, check_destroy); // normally omit the last argument - float type need no destroy.
declare_CList(t2, CArray2_f, carray2_f_destroy, c_noCompare);
declare_CHash(il, MAP, int, CList_t2, clist_t2_destroy);
-declare_CHash_string(sm, MAP, CHash_lm, chash_lm_destroy);
+declare_CHash_string(sm, MAP, CHash_il, chash_il_destroy);
int main() {
int xdim = 4, ydim = 6;
|
