~noskcaj/ubuntu/trusty/argyll/merge

« back to all changes in this revision

Viewing changes to spectro/spec2cie.c

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2010-01-05 14:49:38 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100105144938-8b123qj3xabjehzs
Tags: 1.1.0~rc3-1
* New upstream pre-release.
* Moved udev rules file to /lib/udev/rules.d.

Show diffs side-by-side

added added

removed removed

Lines of Context:
449
449
                if ((ii = icg->find_kword (icg, 0, "SPECTRAL_END_NM")) < 0)
450
450
                        error ("Input file doesn't contain keyword SPECTRAL_END_NM");
451
451
                sp.spec_wl_long = atof (icg->t[0].kdata[ii]);
452
 
                sp.norm = 100.0;
 
452
                sp.norm = 100.0;                /* !!! This wouldn't be right for emsission !!! */
453
453
 
454
454
                /* Find the fields for spectral values */
455
455
                for (j = 0; j < sp.spec_n; j++) {