Revision: 57363
          http://sourceforge.net/p/brlcad/code/57363
Author:   brlcad
Date:     2013-09-01 13:51:22 +0000 (Sun, 01 Sep 2013)
Log Message:
-----------
revert r57360.  I was referring to pages in my slideshare presentation, not 
pages in the app dev guide (the errors there are more subtle and throughout 
like header names that have changed).

Revision Links:
--------------
    http://sourceforge.net/p/brlcad/code/57360

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml

Modified: brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml
===================================================================
--- brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml      
2013-09-01 13:25:12 UTC (rev 57362)
+++ brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml      
2013-09-01 13:51:22 UTC (rev 57363)
@@ -600,8 +600,6 @@
 <section>
   <title>Internal Representation</title>
 
-<para>[NEEDS UPDATING]</para>
-
 <itemizedlist>
       <listitem>
         <para>Convenient editing form</para>
@@ -635,8 +633,6 @@
 <section>
   <title>Prep'ed Representation</title>
 
-<para>[NEEDS UPDATING]</para>
-
 <itemizedlist>
       <listitem>
         <para>The form that is actually raytraced</para>
@@ -680,8 +676,6 @@
 <section>
   <title>Simple Database Application</title>
 
-<para>[NEEDS UPDATING]</para>
-
         <para>Necessary headers</para>
 
 <programlisting>#include "conf.h"
@@ -698,8 +692,6 @@
 <section>
   <title>Opening The Database</title>
 
-<para>[NEEDS UPDATING]</para>
-
 <programlisting>struct rt_wdb *wdbp;
 struct db_i *dbip = DBI_NULL;
 
@@ -725,8 +717,6 @@
 <section>
   <title>Creating Geometry</title>
 
-<para>[NEEDS UPDATING]</para>
-
   <para>Note: All db units are in mm</para>
 
   <para>Set mk_conv2mm global for other units</para>
@@ -751,8 +741,6 @@
 <section>
   <title>Getting Geometry</title>
 
-<para>[NEEDS UPDATING]</para>
-
     <para>To retrieve geometry, we have to get an internal
     representation.</para>
 
@@ -780,8 +768,6 @@
 <section>
   <title>Primitive Methods</title>
 
-<para>[NEEDS UPDATING]</para>
-
   <para>Retrieved geometry has a specific set of defined operations
   and methods available. See <filename>h/raytrace.h</filename> for a
   description of <filename>struct rt_functab</filename>.</para>
@@ -796,8 +782,6 @@
 <section>
   <title>Putting Geometry Back</title>
 
-<para>[NEEDS UPDATING]</para>
-
   <para>Database I/O layer converts from internal to external
   format.</para>
 
@@ -805,12 +789,9 @@
 
 </section>
 
-<!-- Next 'div' was a 'draw:page'. -->
 <section>
   <title>Building Boolean Trees</title>
 
-<para>[NEEDS UPDATING]</para>
-
 <itemizedlist>
       <listitem>
         <para>Regions/combinations used to store boolean trees.</para>
@@ -875,8 +856,6 @@
 <section>
   <title>Constructing Boolean List</title>
 
-<para>[NEEDS UPDATING]</para>
-
   <para>Build the list of elements first:</para>
 
 <programlisting>struct wmember wm_hd; /* defined in wdb.h */
@@ -903,8 +882,6 @@
 <section>
   <title>Regions/Combinations</title>
 
-<para>[NEEDS UPDATING]</para>
-
 <itemizedlist>
       <listitem>
         <para>Constructing the actual combination record</para>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to