| Diploma Thesis Percolation Simulation C++ Sourcecode Documentation |
Compounds | |
| class | all_results |
| class | one_result |
Functions | |
| void | set_N_and_dim (all_results *array, COUNTER size, NUMBER N, int dim) |
|
||||||||||||||||||||
|
Definition at line 124 of file results.h. References COUNTER, and NUMBER. Referenced by starters::into_file8_pt1().
00124 {
00125 for (COUNTER i=0; i<=size;i++){
00126 array[i]=all_results(N,dim);
00127 }
00128 }
|
| Diploma Thesis Sourcecode
Documentation check out the text and the executable binaries |