
5 Nov
2008
5 Nov
'08
2:18 p.m.
Now I run into another problem with multitoken: In my code I have the following option: ("modelparams", po::value<vector<double> >()->multitoken(), "some modelparams") If I run my program only with --modelparams 0.7 1.2 33.0 everything is fine. But now I would like to append another option: --modelparams 0.7 1.2 33.0 --otheroption but get the exception: "in option 'modelparams ': invalid option value '--otheroption'" How can I get this right? Daniel