argiopetech / base

Bayesian Analysis for Stellar Evolution
http://webfac.db.erau.edu/~vonhippt/base9/
11 stars 4 forks source link

Punctuation isn't consistent in Settings.cpp params #65

Closed maxvonhippel closed 5 years ago

maxvonhippel commented 7 years ago
    cerr << "\t--startinglogAge" << endl;
    cerr << "\t--priorlogAge" << endl;
    cerr << "\t--sigmaLogAge" << endl;

The punctuation changes between ...logAge and ...LogAge.

Other such inconsistencies likely exist elsewhere in the list. At some point it would be worth finding them all and fixing them to be consistent and predictable.

tedvh commented 7 years ago

good find!

On 5/20/17 3:06 AM, Max von Hippel wrote:

cerr << "\t--startinglogAge" << endl; cerr << "\t--priorlogAge" << endl; cerr << "\t--sigmaLogAge" << endl;

The punctuation changes between ...logAge and ...LogAge.

Other such inconsistencies likely exist elsewhere in the list. At some point it would be worth finding them all and fixing them to be consistent and predictable.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/argiopetech/base/issues/65, or mute the thread https://github.com/notifications/unsubscribe-auth/AEOeMoY79oCIBCoQ-tqp690t07Oe1hMQks5r7kqogaJpZM4NhKUn.

argiopetech commented 7 years ago

Good call on the punctuation. That should be consistent. My guess is that the flags are consistent but the help text isn't, but I don't have the code in front of me at the moment.