You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dan White edited this page Sep 24, 2013
·
28 revisions
Copy module C++ source file into correct path. Look under src/Modules/Legacy to see if it is already there.
Make a copy of the file SCIRunGUIPrototype/src/Modules/Legacy/Fields/CalculateGradients.h and rename it using the same name as the module. It will act as a template for the newly-required module header file.
Edit the corresponding CMakeLists.txt file to both (a) enable/add the module .cc file, and (b) add the newly-created module header file.