Changeset 3fc5d27 in sasmodels


Ignore:
Timestamp:
Feb 24, 2017 8:16:20 AM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3a45c2c
Parents:
788cbd1
Message:

hayter_msa: return NAN rather than -1 for bad model parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/hayter_msa.c

    r4962519 r3fc5d27  
    7070                SofQ=sqhcal(Qdiam, gMSAWave); 
    7171        }else{ 
    72         //SofQ=NaN; 
    73                 SofQ=-1.0; 
     72        SofQ=NAN; 
    7473                //      print "Error Level = ",ierr 
    7574                //      print "Please report HPMSA problem with above error code" 
Note: See TracChangeset for help on using the changeset viewer.