Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ConversionCost.cc

    rc378e5e r6fd1955  
    1010// Created On       : Sun May 17 07:06:19 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Apr 26 16:33:04 2019
    13 // Update Count     : 24
     12// Last Modified On : Thu Feb 14 17:04:31 2019
     13// Update Count     : 23
    1414//
    1515
     
    2828
    2929namespace ResolvExpr {
    30 #if 0
    3130        const Cost Cost::zero =      Cost{  0,  0,  0,  0,  0,  0,  0 };
    3231        const Cost Cost::infinity =  Cost{ -1, -1, -1, -1, -1,  1, -1 };
     
    3837        const Cost Cost::spec =      Cost{  0,  0,  0,  0,  0, -1,  0 };
    3938        const Cost Cost::reference = Cost{  0,  0,  0,  0,  0,  0,  1 };
    40 #endif
    4139
    4240#if 0
Note: See TracChangeset for help on using the changeset viewer.