Changes between Version 2 and Version 3 of AddingNewExtension

Show
Ignore:
Timestamp:
04/16/12 12:15:59 (13 months ago)
Author:
dlonie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddingNewExtension

    v2 v3  
    2525This is the workhorse of the extension. The !ExampleExtension class derives from [http://xtalopt.openmolecules.net/globalsearch/docs/classGlobalSearch_1_1OptBase.html GlobalSearch::OptBase], see the link for details about this class. This is where the initial search begins and new structures are generated. 
    2626 
    27 === !CMakeLists.txt === 
     27=== CMakeLists.txt === 
    2828 
    2929This file controls how the extension is compiled and linked. 
     
    5656}}} 
    5757 
    58 === Change ExampleSearch to the name of your extension === 
     58=== Change !ExampleSearch to the name of your extension === 
    5959 
    6060The classes, namespaces, and header-guards will need to be updated to reflect that the extension is now different from !ExampleSearch. If you're on a UNIX environment, `sed` will save you a lot of time. If you are not, you'll need to manually replace all occurances of examplesearch with the name of your extension.