Create a separate directory for simulation compiliation.

Made some adjustments for sims larger than the ball sim.
Make some changes to handle library packages such as JEOD.  Also
removed some dead code.
This commit is contained in:
Alex Lin
2015-07-08 10:33:56 -05:00
parent 5a77824638
commit 5848d80bc4
9 changed files with 130 additions and 173 deletions

View File

@ -193,9 +193,6 @@ int main( int argc , char * argv[] ) {
pa.printIOMakefile() ;
}
// Print empty io_src files for headers that we visited, but have no class/struct information.
pa.printEmptyFiles() ;
// Close the map files
pa.closeMapFiles() ;