Ignore:
Timestamp:
Oct 27, 2008 1:38:21 PM (16 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
d611fb93
Parents:
96672c0
Message:

description added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/sans/models/c_extensions/WrapperGenerator.py

    r96672c0 r4d3acb6  
    147147                    break 
    148148                else: 
    149                     print re.search("//",line) 
     149                    if re.search("*",line)!=None: 
     150                        temp=line.split("//",1) 
     151                        self.description+='\n'+temp[1].lstrip().rstrip() 
    150152                    if re.search("//",line)!=None: 
    151153                        temp=line.split("//",1) 
     
    153155                         
    154156                    else: 
    155                         self.description+=line 
     157                        self.description+='\n'+line.lstrip().rstrip() 
    156158                     
    157159                 
Note: See TracChangeset for help on using the changeset viewer.