Revision: 56176
http://sourceforge.net/p/brlcad/code/56176
Author: carlmoore
Date: 2013-07-22 13:39:40 +0000 (Mon, 22 Jul 2013)
Log Message:
-----------
remove trailing blanks; fix spelling (including capital F in SourceForge);
blank out unneeded '
Modified Paths:
--------------
brlcad/trunk/HACKING
brlcad/trunk/NEWS
brlcad/trunk/src/conv/step/g-step.cpp
brlcad/trunk/src/libged/comb.c
Modified: brlcad/trunk/HACKING
===================================================================
--- brlcad/trunk/HACKING 2013-07-22 11:52:44 UTC (rev 56175)
+++ brlcad/trunk/HACKING 2013-07-22 13:39:40 UTC (rev 56176)
@@ -468,7 +468,7 @@
Source files go into the src/ directory on the top level, into a
corresponding directory for the category of binary or library that it
belongs to. Documentation files go into the doc/ directory on the top
-level, with the exception of manual (man) pages that should be
+level, with the exception of manual (man) pages that should be
colocated with any corresponding source files.
Header files private to a library go into that library's directory.
@@ -612,7 +612,7 @@
Indents are 4 characters, tabs are 8 characters. There should be an
emacs and vi local variables block setting at the end of each file to
-adopt, enforce, and otherwise remind one of this convention. The
+adopt, enforce, and otherwise remind one of this convention. The
following lines should be in all C and C++ source and header files at
the end of the file:
@@ -730,7 +730,7 @@
"//" style comments are not allowed in C source files for portability.
Comment blocks should utilize an asterisk at the beginning of each new
line. Doxygen comments should start on the second line unless it's a
-succint /** single-line */ comment.
+succinct /** single-line */ comment.
/* This is a
* comment block.
@@ -908,7 +908,7 @@
3) Join the brlcad-devel developer mailing list, introduce yourself.
-4) Create a Sourceforge account, submit two or more patches that
+4) Create a SourceForge account, submit two or more patches that
demonstrate competency with our coding style, apply flawlessly, and
provide significant improvements to the existing code.
Modified: brlcad/trunk/NEWS
===================================================================
--- brlcad/trunk/NEWS 2013-07-22 11:52:44 UTC (rev 56175)
+++ brlcad/trunk/NEWS 2013-07-22 13:39:40 UTC (rev 56176)
@@ -15,7 +15,7 @@
* new 'cchannel' procedural geometry tool for C-Channel - Emory Huff
* improved 'comb' command error messages - Talwinder Saini
-* pl -> plot3 rename for utlities and docs - Tom Browder, Cliff Yapp
+* pl -> plot3 rename for utilities and docs - Tom Browder, Cliff Yapp
* exposed 'coil' command within mged & archer - Alexandrus, Cliff Yapp
* added centroid reporting to 'analyze' command output - Csaba Nagy
* added arb8 centroid 'analyze' command reporting - Silviu Ungureanu
Modified: brlcad/trunk/src/conv/step/g-step.cpp
===================================================================
--- brlcad/trunk/src/conv/step/g-step.cpp 2013-07-22 11:52:44 UTC (rev
56175)
+++ brlcad/trunk/src/conv/step/g-step.cpp 2013-07-22 13:39:40 UTC (rev
56176)
@@ -123,7 +123,7 @@
RT_CK_DB_INTERNAL(&intern);
bi = (struct rt_brep_internal*)intern.idb_ptr;
//RT_BREP_TEST_MAGIC(bi);
- ON_Brep *brep = bi->brep;
+ ON_Brep *brep = bi->brep;
ON_wString wstr;
ON_TextLog dump(wstr);
brep->Dump(dump);
@@ -133,13 +133,13 @@
Registry *registry = new Registry( SchemaInit );
InstMgr instance_list;
STEPfile *sfile = new STEPfile(*registry, instance_list);
-
+
int entities_cnt = brep->m_S.Count() + brep->m_C3.Count() +
brep->m_C2.Count() +
brep->m_V.Count() + brep->m_E.Count() +
brep->m_T.Count() +
- brep->m_L.Count() + brep->m_F.Count() +
registry->GetEntityCnt();
+ brep->m_L.Count() + brep->m_F.Count() +
registry->GetEntityCnt();
STEPentity ** SEarray = new STEPentity*[entities_cnt];
// SEarray[0] = registry->ObjCreate("Advanced_Brep_Shape_Representation);
-
+
registry->ResetSchemas();
registry->ResetEntities();
const SchemaDescriptor * schema = registry->NextSchema();
@@ -151,7 +151,7 @@
instance_list.Append( SEarray[i], completeSE );
std::cout << " " << ent->Name() << "\n";
SEarray[i]->ResetAttributes();
- STEPattribute *attr = SEarray[i]->NextAttribute();
+ STEPattribute *attr = SEarray[i]->NextAttribute();
while (attr != 0) {
std::cout << " " << attr->aDesc->Name() << ": " <<
attr->aDesc->TypeName() << "\n";
attr = SEarray[i]->NextAttribute();
Modified: brlcad/trunk/src/libged/comb.c
===================================================================
--- brlcad/trunk/src/libged/comb.c 2013-07-22 11:52:44 UTC (rev 56175)
+++ brlcad/trunk/src/libged/comb.c 2013-07-22 13:39:40 UTC (rev 56176)
@@ -96,7 +96,7 @@
/* object name comes after op */
if ((dp = db_lookup(gedp->ged_wdbp->dbip, argv[i+1], LOOKUP_NOISY)) ==
RT_DIR_NULL) {
- bu_vls_printf(gedp->ged_result_str, "Object '%s'does not exist.\n",
argv[i+1]);
+ bu_vls_printf(gedp->ged_result_str, "Object '%s does not exist.\n",
argv[i+1]);
continue;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits