| | 3751 | /* when we are very far from solution, during search phase, collisions within |
|---|
| | 3752 | * X can be overwhelmingly large heating and cooling terms, which nearly |
|---|
| | 3753 | * cancel out. Some dense cosmic ray heated clouds could not find correct |
|---|
| | 3754 | * initial solution due to noise introduced by large net heating which was |
|---|
| | 3755 | * the very noisy tiny difference betweeen very large heating and cooling |
|---|
| | 3756 | * terms. Do not include collisions with x as heat/cool during the |
|---|
| | 3757 | * initial search phase */ |
|---|
| | 3758 | if( conv.lgSearch ) |
|---|
| | 3759 | hmi.HeatH2Dexc_BigH2 = 0.; |
|---|
| | 3760 | |
|---|