Size: 385
Comment:
|
Size: 385
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
{{{vector < float >EMData::calc_fourier_shell_correlation(EMData * with) | {{{vector< float > EMData::calc_fourier_shell_correlation(EMData * with) |
- Here is an example on throwing an exception:
{{{vector< float > EMData::calc_fourier_shell_correlation(EMData * with) {
- if (!with) {
throw NullPointerException("NULL input image");
- LOGERR("images not same size");
throw ImageFormatException( "images not same size");
//... } }}}