Changeset 3d0075 in git


Ignore:
Timestamp:
Jan 23, 2012, 11:14:15 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a36fcb58f4703ad6ae050f4f3537bc41ed4b2ce4
Parents:
db65ada582680024acbac9836a6e6efb6100c8a9
git-author:
Martin Lee <martinlee84@web.de>2012-01-23 23:14:15+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-10 14:16:44+01:00
Message:
fix: some minor fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    rdb65ada r3d0075  
    21142114          delete [] A;
    21152115          delete [] bounds;
     2116          F= 1;
    21162117          return result;
    21172118        }
     
    22412242          delete [] A;
    22422243          delete [] bounds;
     2244          F= 1;
    22432245          return result;
    22442246        }
     
    24342436          delete [] A;
    24352437          delete [] bounds;
     2438          F= 1;
    24362439          return result;
    24372440        }
     
    26832686          delete [] A;
    26842687          delete [] bounds;
     2688          F= 1;
    26852689          return result;
    26862690        }
Note: See TracChangeset for help on using the changeset viewer.