Changeset 9259c3 for ThirdParty/mpqc_open/src/lib/validate/util
- Timestamp:
- Sep 13, 2025, 2:44:01 PM (7 weeks ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- e9f307
- Parents:
- 9f1c84
- git-author:
- Frederik Heber <frederik.heber@…> (09/13/25 09:31:33)
- git-committer:
- Frederik Heber <frederik.heber@…> (09/13/25 14:44:01)
- Location:
- ThirdParty/mpqc_open/src/lib/validate/util/options
- Files:
-
- 2 added
- 1 moved
-
Makefile.am (added)
-
README.cc (moved) (moved from ThirdParty/mpqc_open/src/lib/util/options/README.cc ) (2 diffs)
-
testsuite-sample.at (added)
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/mpqc_open/src/lib/validate/util/options/README.cc
r9f1c84 r9259c3 66 66 67 67 // GetLongOpt::enroll adds option specifications to its internal 68 // database. The first argument is the option st ing. The second68 // database. The first argument is the option string. The second 69 69 // is an enum saying if the option is a flag (GetLongOpt::NoValue), 70 70 // if it requires a mandatory value (GetLongOpt::MandatoryValue) or … … 84 84 // order they are enrolled. 85 85 86 if ( option.parse(getenv("A_OUT"), "A_OUT") < 1)86 if ( (getenv("A_OUT") == NULL) || (option.parse(getenv("A_OUT"), "A_OUT") < 1) ) 87 87 return -1; 88 88
Note:
See TracChangeset
for help on using the changeset viewer.
