Opened 18 years ago
Closed 17 years ago
#499 closed defect (fixed)
Mistake in OIS
Reported by: | Chakib Faghloumi | Owned by: | rcsoto |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Various | Version: | head |
Severity: | critical | Keywords: | |
Cc: |
Description
We send us this code
/
/*
Serie Ser1 = SubSer(150*CalInd(C,C),y2000,y2007);
Set SET = SetOfSerie(Ser1);
Real bug1 = Ois.Store(SET, "C:/Bug1.ois");
Serie (Ser1 := SubSer(200*CalInd(C,C),y2001,y2005));
Set (SET := SetOfSerie(Ser1));
Real bug1Bis = Ois.Store(SET, "C:/Bug1Bis.ois");
*/
Set s1 = Ois.Load("C:/Bug1Bis.ois");
Set s2 = Ois.Load("C:/Bug1.ois");
Real r = MaxS(Ser1);
Note: See
TracTickets for help on using
tickets.