=================================================================
 
      tool to read string of characters
      the words in 'title' are read and loaded in the
      'words'  vector. In the vector nl is stored the
      length of each word.
 
      title1: input file
      words(i): a vector of character.
      nl(i):  length of the word i.
      nwords: total number of words.
 
 ==================================================================
 
subroutine strig2words(title1,words,nl,nwords)
 
COMMONS: 
common-initi.f
 
SUBROUTINES USED:
 
micromap-index
Mon Jul 17 08:57:47 CEST 2017