Revision: 52955
http://brlcad.svn.sourceforge.net/brlcad/?rev=52955&view=rev
Author: carlmoore
Date: 2012-10-10 17:02:24 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
insert a blank, remove 1st s from loopuses's, and fix spellings
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c
Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c 2012-10-10 17:00:09 UTC
(rev 52954)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c 2012-10-10 17:02:24 UTC
(rev 52955)
@@ -130,7 +130,7 @@
/**
* N M G _ R E G I O N _ V _ U N I Q U E
*
- * Ensure that all the vertices in r1 are still geometricaly unique.
+ * Ensure that all the vertices in r1 are still geometrically unique.
* This will be true after nmg_region_both_vfuse() has been called,
* and should remain true throughout the intersection process.
*/
@@ -514,7 +514,7 @@
/* get average vertex coordinates */
VSCALE(vsum, vsum, one_over_vertex_count);
- /* get distance from plane to orgin */
+ /* get distance from plane to origin */
pl[H] = VDOT(pl, vsum);
} else {
@@ -549,7 +549,7 @@
/* get average vertex coordinates */
VSCALE(vsum, vsum, one_over_vertex_count);
- /* get distance from plane to orgin */
+ /* get distance from plane to origin */
pl[H] = VDOT(pl, vsum);
} else {
@@ -665,7 +665,7 @@
if (pt_new->t < pt0->t || pt_new->t > pt1->t) {
bu_log("nmg_split_trim: split parameter (%g) is not between ends (%g
and %g)\n",
t, pt0->t, pt1->t);
- bu_bomb("nmg_split_trim: split parameteris not between ends\n");
+ bu_bomb("nmg_split_trim: split parameters not between ends\n");
}
nmg_eval_trim_curve(cnrb, snrb, pt_new->t, pt_new->xyz);
@@ -1242,7 +1242,7 @@
size_t *sort_idx_xyp;
/* arrays containing special case flags for each edge in the xy, xz and yz
planes */
- /* 0 = no special case, 1 = infinit ratio, 2 = zero ratio, 3 = point in
plane (no ratio) */
+ /* 0 = no special case, 1 = infinite ratio, 2 = zero ratio, 3 = point in
plane (no ratio) */
char *edge_sc, *edge_sc_xyp, *edge_sc_xzp, *edge_sc_yzp;
/* Make a list of all the edge geometry structs in the model */
@@ -2355,7 +2355,7 @@
break;
}
- /* Move list head so that it is inbetween min and max entries. */
+ /* Move list head so that it is in between min and max entries. */
if (BU_LIST_PNEXT_CIRC(nmg_radial, rmax) == rmin) {
/* Maximum entry is followed by minimum. Ascending --> CCW */
BU_LIST_DEQUEUE(hd);
@@ -2596,7 +2596,7 @@
* all but one edgeuse are marked as "outies",
* and the remaining one is marked as a non-crack.
* The "outie" edgeuses are marked off in pairs,
- * in the loopuses's edgeuse order.
+ * in the loopuse's edgeuse order.
*/
void
nmg_radial_mark_cracks(struct bu_list *hd, const struct edge *e1, const struct
edge *e2, const struct bn_tol *tol)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits