<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi, Milad:<br><br>Welcome on board! This Jane, I work part time for Tim on CGM/OCC port. I have a mechanical/mechanics background in education,  and about 10 years experience working on FEA software development. Still some computer science stuff, I am hoping to be able to get some help from you as well as the team. (Like how to auto generate CMakeLists.txt file from Makefile.am etc.)<br><br>Just thought to introduce to you and since you were in our dept. previous years, we may have met before but not introduced each other.<br><br>Have a nice day!<br><br>Jane Hu<br>
<br>
Asst. Researcher<br>
Dept. of Engineering Physics<br>
UW @ Madison<br>
<br>
"And we know that for those who love God, that is, for those who are called according to his purpose, all things are working together for good." (Romans 8:28)<br><br>--- On <b>Thu, 10/11/12, milad@mcs.anl.gov <i><milad@mcs.anl.gov></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: milad@mcs.anl.gov <milad@mcs.anl.gov><br>Subject: [MOAB-dev] r5786 - in MOAB/trunk: . doc<br>To: moab-dev@mcs.anl.gov<br>Date: Thursday, October 11, 2012, 11:14 AM<br><br><div class="plainMail">Author: milad<br>Date: 2012-10-11 10:14:13 -0500 (Thu, 11 Oct 2012)<br>New Revision: 5786<br><br>Added:<br>   MOAB/trunk/doc/dev.dox.in<br>Modified:<br>   MOAB/trunk/configure.ac<br>   MOAB/trunk/doc/user.dox.in<br>Log:<br>Added a "developers" doxygen input file that includes all source<br>information in the HTML output<br><br>Modifed the user.dox.in so
 that the HTML documentation generates a<br>tree view sidebar for easier navigation<br><br><br><br>Modified: MOAB/trunk/configure.ac<br>===================================================================<br>--- MOAB/trunk/configure.ac    2012-10-11 04:47:21 UTC (rev 5785)<br>+++ MOAB/trunk/configure.ac    2012-10-11 15:14:13 UTC (rev 5786)<br>@@ -1181,6 +1181,7 @@<br>          tools/vtkMOABReader/CMakeLists.txt<br>                  doc/Makefile<br>                  doc/user.dox<br>+                 doc/dev.dox<br>                  doc/config.tex<br>                  examples/Makefile<br>                 
 examples/examples.make<br><br>Copied: MOAB/trunk/doc/dev.dox.in (from rev 5780, MOAB/trunk/doc/user.dox.in)<br>===================================================================<br>--- MOAB/trunk/doc/dev.dox.in                            (rev 0)<br>+++ MOAB/trunk/doc/dev.dox.in    2012-10-11 15:14:13 UTC (rev 5786)<br>@@ -0,0 +1,842 @@<br>+ # Doxyfile 1.2.11.1<br>+<br>+# This file describes the settings to be used by the documentation system<br>+# doxygen (www.doxygen.org) for a project<br>+#<br>+# All text after a hash (#) is considered a comment and will be ignored<br>+# The format is:<br>+#       TAG = value [value, ...]<br>+# For lists items can also be appended using:<br>+#       TAG += value [value, ...]<br>+# Values that contain spaces should be placed between quotes ("
 ")<br>+<br>+#---------------------------------------------------------------------------<br>+# General configuration options<br>+#---------------------------------------------------------------------------<br>+<br>+# The PROJECT_NAME tag is a single word (or a sequence of words surrounded <br>+# by quotes) that should identify the project.<br>+<br>+PROJECT_NAME           = moab <br>+<br>+# The PROJECT_NUMBER tag can be used to enter a project or revision number. <br>+# This could be handy for archiving the generated documentation or <br>+# if some version control system is used.<br>+<br>+PROJECT_NUMBER         = <br>+<br>+# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) <br>+# base path where the generated documentation will be put. <br>+# If a relative path is entered, it will be relative to the location <br>+# where doxygen was started. If left blank the current
 directory will be used.<br>+<br>+OUTPUT_DIRECTORY       = dev<br></div></blockquote></td></tr></table>