Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51873 - sandbox/numeric_bindings/libs/numeric/bindings/tools
From: rutger_at_[hidden]
Date: 2009-03-20 15:17:43


Author: rutger
Date: 2009-03-20 15:17:42 EDT (Fri, 20 Mar 2009)
New Revision: 51873
URL: http://svn.boost.org/trac/boost/changeset/51873

Log:
fixed lapack generator bug

Text files modified:
   sandbox/numeric_bindings/libs/numeric/bindings/tools/lapack_generator.py | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/numeric_bindings/libs/numeric/bindings/tools/lapack_generator.py
==============================================================================
--- sandbox/numeric_bindings/libs/numeric/bindings/tools/lapack_generator.py (original)
+++ sandbox/numeric_bindings/libs/numeric/bindings/tools/lapack_generator.py 2009-03-20 15:17:42 EDT (Fri, 20 Mar 2009)
@@ -126,8 +126,8 @@
         level1_template = level1_template.replace( '$INCLUDE_TEMPLATES', bindings.proper_indent(include_templates) )
         level2_template = level2_template.replace( '$INCLUDE_TEMPLATES', bindings.proper_indent(include_templates) )
       else:
- level1_template = level1_template.replace( '\n $INCLUDE_TEMPLATES', '' )
- level2_template = level2_template.replace( '\n $INCLUDE_TEMPLATES', '' )
+ level1_template = level1_template.replace( '\n$INCLUDE_TEMPLATES', '' )
+ level2_template = level2_template.replace( '\n$INCLUDE_TEMPLATES', '' )
 
       # continue with first replacements
       level1_template = level1_template.replace( '$groupname', group_name.lower() )


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk