| 389 | | * possibly fail. It could if the ionization were to increase with depth. |
| 390 | | * This is important because the nflux cell in ConInterOut is used to carry out the |
| 391 | | * unit integration, and if it gets clobbered by diffuse emission the code |
| 392 | | * will declare insanity in PrtComment */ |
| 393 | | ASSERT( ip >= 0 && ip < rfield.nflux ); |
| | 390 | * possibly fail. It could if the ionization were to increase with depth |
| | 391 | * although the continuum mesh is designed to deal with this. |
| | 392 | * This test is important because the nflux cell in ConInterOut |
| | 393 | * is used to carry out the unit integration, and if it gets |
| | 394 | * clobbered by diffuse emission the code will declare |
| | 395 | * insanity in PrtComment */ |
| | 396 | if( ip >= rfield.nflux ) |
| | 397 | continue; |