Bug 1315

Summary: remove redundant template module
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: documentationAssignee: Mitch Watrous <watrous>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description Tom Henderson 2011-12-16 13:53:29 UTC
src/template is redundant now with src/create-module.py.  create-module.py seems to be a better solution since the modulename can be specified and the files are auto-generated.  

1) make create-module.py auto-generate the test skeletons such as found in src/template
2) fix the section on the ns-3 manual to refer to a module generated by create-module.py
3) hg remove src/template
Comment 1 Tom Henderson 2012-01-04 12:36:40 UTC
fixed prior to ns-3.13