Added some comments

This commit is contained in:
Shahram Najm 2013-08-01 16:42:45 +01:00
parent 1e3b8ebd89
commit 4b5c42a123
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ alias ls.dataType=typeOfProcessedData;
meta md5Section1 md5(offsetSection1,section1Length);
meta selectStepTemplateInterval select_step_template(productDefinitionTemplateNumber,0);
meta selectStepTemplateInstant select_step_template(productDefinitionTemplateNumber,1);
meta selectStepTemplateInterval select_step_template(productDefinitionTemplateNumber,0); # 0 -> not instant
meta selectStepTemplateInstant select_step_template(productDefinitionTemplateNumber,1); # 1 -> instant
transient stepTypeInternal="instant" : hidden,no_copy;