The MCNP importer will not detect importances if they are listed in the data block, e.g. ``` imp:n 1 398i 0 imp:p 1 398i 0 ``` It will only detect them if they are listed cell-by-cell in the cell block, e.g. ``` 1 105 -1.52 -1 imp:n,p=1 ```
The MCNP importer will not detect importances if they are listed in the data block, e.g.
It will only detect them if they are listed cell-by-cell in the cell block, e.g.