[ADOL-C-tickets] [A Package for Automatic Differentiation of Algorithms Written in C/C++] #9: tapedoc typos

A Package for Automatic Differentiation of Algorithms Written in C/C++ coin-trac at coin-or.org
Wed Jan 25 15:59:06 EST 2012


#9: tapedoc typos
---------------------+----------------------
Reporter:  rucarden  |      Owner:  awalther
    Type:  defect    |     Status:  new
Priority:  minor     |  Component:  libadolc
 Version:  2.0       |   Keywords:  tapedoc
---------------------+----------------------
 Noticed the following typo while testing out the extern_fctn features.  It
 leads to tex files that do not compile on account of the underscore and
 the missing comma.
 107,108c107,108
 <                        "extern fctn"
 <                        "ignore_me"
 ---
 >                        "extern fctn",
 >                        "ignore\\_me"

 The following typo leads to their being too few columns on the second line
 of the table produced by tapedoc.
 141c141,142
 <     fprintf(fp," %i & start of tape & & & & & & & & & &  \\\\ \\hline
 \n",opcode);
 ---
 >     fprintf(fp," %i & %i & %i & start of tape & & & & & & & & & & \\\\
 \\hline \n",op_cnt, rev_op_cnt,opcode);
 >
 145c146
 <     fprintf(fp," %i & start of tape & & & & & & & \\\\ \\hline
 \n",opcode);
 ---
 >     fprintf(fp," %i & %i & %i & start of tape & & & & & & & \\\\ \\hline
 \n",op_cnt, rev_op_cnt,opcode);

-- 
Ticket URL: <https://projects.coin-or.org/ticket/9>
A Package for Automatic Differentiation of Algorithms Written in C/C++ <https://projects.coin-or.org/ADOL-C>
A Package for Automatic Differentiation of Algorithms Written in C/C++



More information about the ADOL-C-tickets mailing list