| 1050 | } |
| 1051 | |
| 1052 | void CStat::resetRepartition(T_dynamicalRepartition* P_tabReport, |
| 1053 | int P_sizeOfTab) |
| 1054 | { |
| 1055 | if(P_tabReport == nullptr) { |
| 1056 | return; |
| 1057 | } |
| 1058 | |
| 1059 | for (int i = 0; i < P_sizeOfTab; i++) { |
| 1060 | P_tabReport[i].nbInThisBorder = 0; |
| 1061 | } |
| 1062 | } |
| 1063 | |
| 1064 | |
| 1065 | CStat::CStat () |
nothing calls this directly
no outgoing calls
no test coverage detected