Differences From Artifact [868b237a9b]:

To Artifact [019c577d2e]:


18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
    echo "Looking for $1 in library"
    mtt -q  compcopy $1  
fi


echo Creating $sfilename   

awk '
  function modulo10(x) {
    return x-int(x/10)*10
    }
  {

  level_index = 4;
  if ( match($NF,"001")&&(modulo10($level_index)==0)&&(index($NF,"[") != 1) ){







|







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
    echo "Looking for $1 in library"
    mtt -q  compcopy $1  
fi


echo Creating $sfilename   

gawk '
  function modulo10(x) {
    return x-int(x/10)*10
    }
  {

  level_index = 4;
  if ( match($NF,"001")&&(modulo10($level_index)==0)&&(index($NF,"[") != 1) ){

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]