3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/test
Olivier Parcollet 928ef222cc [API Change] parameters: required, optional
- now chain the required

- pdef.optional( "B", short(0), " short ")
  .optional( "C", 1u, " unsigned short ")
  .optional( "D", int(2), " int ")
  .optional( "E", 3u, " unsigned int ")
  .optional( "F", long(4), " long ")
2013-10-26 14:34:10 +02:00
..
pytriqs Change tail implementation with fixed array size 2013-09-12 15:21:56 +02:00
speed [API change] gf : factories -> constructors 2013-10-21 15:11:44 +02:00
triqs [API Change] parameters: required, optional 2013-10-26 14:34:10 +02:00
CMakeLists.txt clean the TRIQS_COMPILER macros 2013-10-21 15:12:08 +02:00