Poradi kroku vypoctu

{Pro kalibraci na vnejsi standard}

  with Peak[i]
     Response=(Area/Amount)*UserCoef*Method.Factor;

{Pro prepocet analyzy na interni standard}

  is=find Peak[i].IntStandard
  Method.Factor=Peak[is].Amount/
		((Peak[is].Area/Peak[is].Response)*Peak[is].UserCoef);

{Vypocet standardni analyzy}
  
  with Peak[i]
     if not Peak[i].IntStandard then
       Amount=(Area/Response)*UserCoef*Method.Factor;

