Changes between Version 5 and Version 6 of DevelopmentProcedure


Ignore:
Timestamp:
09/27/11 18:45:47 (13 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v5 v6  
    99Then compile your problem, and run it.  If it still works, then you will want to commit these changes to your local repository.  If you added new files that you want to be included you will need to do {{{hg add}}} before {{{hg ci}}}.  Now, it is time to test the code with the test suite.
    1010
    11 == Test the Code ==
     11== Run the Test Suite ==
    1212This part needs to be run in {{{bluehive}}}.
    1313
    1414== Summary ==
    15151.) Clone/Pull newest AstroBEAR changeset
     16
    16172.) Compile, Run, and Check problem
     18
    17193.) Add and Commit Changes
    18204.) Clone/Pull local changeset to bluehive