jncrusher

Untitled

Jan 19th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. void dodaj_feromonu_od_mrowki (mrowka a, double feromon){
  2.     for (int i=0; i<(int)a.odcinki_mrowki.size(); i++)
  3.         odcinki_z_feromonem_glowne[(int)a.odcinki_mrowki[i].id].feromon+=feromon;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment