Changeset 19cbad8 in git
- Timestamp:
- May 10, 2011, 6:10:40 PM (12 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 087d2da0ac1ab3967f7e9c08be4ed919e33f2aa2
- Parents:
- c262d553ef66afc97649f98c489e0eeff937603d
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-10 18:10:40+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:34:44+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/gengftables-conway.cc
rc262d5 r19cbad8 11 11 //}}} 12 12 13 #include <factory.h> 14 15 #ifdef HAVE_IOSTREAM 13 16 #include <iostream> 14 17 #include <fstream> 15 18 #include <strstream> 16 19 #include <string> 20 #else 21 #include <iostream.h> 22 #include <fstream.h> 23 #include <strstream.h> 24 #include <string.h> 25 #endif 26 17 27 18 28 #include <stdlib.h> 19 29 20 #include <factory.h>21 30 22 31 #include <cf_assert.h>
Note: See TracChangeset
for help on using the changeset viewer.