3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/triqs/parameters
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
..
CMakeLists.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
defaults.cpp remove workaround for icc 13.0 2013-10-17 00:32:09 +02:00
defaults.hpp [API Change] parameters: required, optional 2013-10-26 14:34:10 +02:00
opaque_object_h5.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
opaque_object_h5.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
parameters.cpp remove workaround for icc 13.0 2013-10-17 00:32:09 +02:00
parameters.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00