Skip to content

Commit

Permalink
added changed option to stanc command for model name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Carpenter committed Aug 30, 2012
1 parent a996ee7 commit 836baa2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/docs/stan-reference/commands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,15 @@ \subsection{The \stanc Compiler}

\subsection{Command-Line Options for {\tt\bfseries stanc}}

The following options are available for \code{stanc}.

The model translation program \code{stanc} is called as follows.
%
\begin{quote}
\code{> stanc [options] {\slshape model\_file}}
\end{quote}
%
The argument \code{\slshape model\_file} is a path to a Stan model file ending
in suffix \code{.stan}. The options are as follows.
%
\begin{description}
%
\item[\tt {-}-help]
Expand All @@ -311,7 +318,7 @@ \subsection{Command-Line Options for {\tt\bfseries stanc}}
Specify the name of the class used for the implementation of the
\Stan model in the generated \Cpp code.
\\[2pt]
Default: {\tt {\slshape class\_name = model\_filename\_model}}
Default: {\tt {\slshape class\_name = model\_file}\_model}
%
\item[\tt {-}-o={\slshape cpp\_file\_name}]
\mbox{ } \\
Expand Down

0 comments on commit 836baa2

Please sign in to comment.