lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] Updating proprietary product-file code


From: Greg Chicares
Subject: Re: [lmi] Updating proprietary product-file code
Date: Wed, 23 Jun 2010 00:57:35 +0000
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

On 2010-06-08 13:03Z, Greg Chicares wrote:
> On 2010-05-25 21:58Z, Greg Chicares wrote:
>> On 2010-05-10 01:23Z, Greg Chicares wrote:
>>> On 2010-05-05 16:16Z, Greg Chicares wrote:
>>>> On 2010-05-02 03:09Z, Greg Chicares wrote:
>>>>> On 2010-05-01 16:56Z, Greg Chicares wrote:
>>>>>> On 2010-04-29 19:16Z, Greg Chicares wrote:
>>>>>>> On 2010-04-28 12:33Z, Greg Chicares wrote:
>>>>>>>> On 2010-04-27 14:33Z, Greg Chicares wrote:
>>>>>>>>> On 2010-04-26 14:14Z, Greg Chicares wrote:
>>>>>>>>>> On 2010-04-26 12:42Z, Greg Chicares wrote:
>>>>>>>>>>> On 2010-04-23 23:57Z, Greg Chicares wrote:
>>>>>>>>>>>> On 2010-04-07 11:47Z, Greg Chicares wrote:
>>>>>>>>>>>>> On 2010-04-05 19:52Z, Greg Chicares wrote:
>>>>>>>>>>>>>> On 2010-04-02 13:55Z, Greg Chicares wrote:
>>>>>>>>>>>>>>> On 2010-04-01 03:13Z, Greg Chicares wrote:
>>>>>>>>>>>>>>>> The svn repository is self-consistent, but if you have 
>>>>>>>>>>>>>>>> proprietary
>>>>>>>>>>>>>>>> code that writes product files, you need to update it. Here are
>>>>>>>>>>>>>>>> the commands I used for the last two svn updates:

Similarly:

  20100623T0053Z
  Use infinity in product files.

/lmi/src/products/src[0]$for z in my_db.cpp my_tier.cpp; do sed -i $z 
-e'/DBL_MAX/s/DBL_MAX/INFINITY/' 
-e'/numeric_limits/s/std::numeric_limits<double>::max()/INFINITY/'; done

To reproduce the outcome, do this on a copy:

/opt/lmi/data[0]$for z in *.database *.strata; do sed -i $z 
-e'/17976/s/17976[0-9]*58368/INF/g'; done



reply via email to

[Prev in Thread] Current Thread [Next in Thread]