vf1D * a = new_vf1D(); a->push_back(df_random_normal_float(0,100)); a->push_back(df_random_normal_float(0,100)); vf1D b(* a); print_vec1D_double(&b);