From: <den...@us...> - 2010-02-06 17:57:58
|
Revision: 116 http://stdair.svn.sourceforge.net/stdair/?rev=116&view=rev Author: denis_arnaud Date: 2010-02-06 17:57:52 +0000 (Sat, 06 Feb 2010) Log Message: ----------- [DB] Added support for database management (still a little work to do). Modified Paths: -------------- trunk/stdair/test/samples/Makefile.am Added Paths: ----------- trunk/stdair/test/samples/demand01.csv Modified: trunk/stdair/test/samples/Makefile.am =================================================================== --- trunk/stdair/test/samples/Makefile.am 2010-02-06 17:51:39 UTC (rev 115) +++ trunk/stdair/test/samples/Makefile.am 2010-02-06 17:57:52 UTC (rev 116) @@ -6,6 +6,8 @@ ## SUBDIRS = -EXTRA_DIST = schedule01.csv schedule02.csv +EXTRA_DIST = demand01.csv \ + rm01.csv rm02.csv rm03.csv rm04.csv \ + schedule01.csv schedule02.csv ## Added: trunk/stdair/test/samples/demand01.csv =================================================================== --- trunk/stdair/test/samples/demand01.csv (rev 0) +++ trunk/stdair/test/samples/demand01.csv 2010-02-06 17:57:52 UTC (rev 116) @@ -0,0 +1,4 @@ +// Demand: Origin; Destination; PreferedDepartureDate; Mean; StdDev; +NCE; JFK; 2011-01-15; 50; 0; +NCE; LHR; 2011-01-15; 300; 0; + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |