--- capa/capa51/pProj/capaFunction.c 2000/08/22 16:00:25 1.10 +++ capa/capa51/pProj/capaFunction.c 2000/09/14 20:25:12 1.11 @@ -788,7 +788,8 @@ ArgNode_t *argp; /* random_multivariate_normal(return_array,item_cnt,seed,dimen,mean_vector,covariance_vector) */ /* the dimension of both mean_vector and covariance_vector should be the same as item_cnt */ /* It will return item_cnt numbers in standard normal deviate in return_array */ - /* */ + /* item_cnt, seed, dimen, mean_vec, cov_vec + are all destroyed after this function !!!*/ { char *mean_vec_str, *cov_vec_str, *seed_str, *out_vec_str; int dimen, item_cnt, tmp_int; long tmp_long;