From: Alexander Schmidt Date: Sun, 16 Feb 2014 16:36:59 +0000 (+0100) Subject: Fixed writeout option. X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/commitdiff_plain/33ee1f81e21dbb384b48c8083aff790ca313558e Fixed writeout option. --- diff --git a/o815/o815.cpp b/o815/o815.cpp index df5d635..f078db3 100644 --- a/o815/o815.cpp +++ b/o815/o815.cpp @@ -233,7 +233,7 @@ void o815::parseArgs(int argc, char **argv, comoption specOps[]) { case 'C': readCacheArgs(optarg, comargs.confcache.first, comargs.confcache.second); break; - case 'w': + case 'W': comargs.outdir = optarg; break; default: