--- ../../SFH-1.1-p1/synthcode/synth.f 2004-06-03 11:15:58.000000000 -0700 +++ synth.f 2005-04-05 11:10:41.555466976 -0700 @@ -61,7 +61,7 @@ integer nx(MCMD),ny(MCMD) real dbinx,dbiny,xmin(MCMD),ymin(MCMD) common /c_crowd/ dbinx,dbiny,nx,ny,xmin,ymin - + real emin,emax,epix common /c_chist/ emin,emax,epix @@ -231,9 +231,11 @@ call axes(starmag,x,y) ! Add photometric scatter - if ( err_method .eq. 1 ) then + if ( err_method .eq. 2 ) then + call scatter( x, y, idrop ) + else if ( err_method .eq. 1 ) then call fakecrowd( x, y, idrop ) - else + else call crowd( x, y, idrop ) endif