Changes between Version 2 and Version 3 of AddingNewExtension
- Timestamp:
- 04/16/12 12:15:59 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingNewExtension
v2 v3 25 25 This 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. 26 26 27 === !CMakeLists.txt ===27 === CMakeLists.txt === 28 28 29 29 This file controls how the extension is compiled and linked. … … 56 56 }}} 57 57 58 === Change ExampleSearch to the name of your extension ===58 === Change !ExampleSearch to the name of your extension === 59 59 60 60 The 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.
