Ticket #7026 (closed: fixed)
Rename ElasticDiffSphere and InelasticDiffSphere
Reported by: | Peter Peterson | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.6 |
Component: | Framework | Keywords: | qtassistant |
Cc: | Blocked By: | ||
Blocking: | Tester: | Mathieu Doucet |
Description
The name of the source files do not match the Function names. Rename either the functions or the source files (preferred). This will make it easier for wiki_tools.py to find the files.
Change History
comment:3 Changed 7 years ago by Peter Peterson
This is harder than it looked at first. The file DiffSphere.cpp has definitions of three functions: DiffSphere, ElasticDiffSphere, and InelasticDiffSphere.
comment:4 Changed 7 years ago by Peter Peterson
Re #7026. Split DiffSphere into three files so wikitools can find it.
Changeset: a212b39e0ee3c47c2ff8668c7801704782788361
comment:5 Changed 7 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to fixed
This is on feature/7026_rename_fitfuncs.
To test: Look at the diffs (link above) and see that the three FitFunctions are now in separate files. It should also compile.
comment:6 Changed 7 years ago by Mathieu Doucet
- Status changed from verify to verifying
- Tester set to Mathieu Doucet
#7092 was a duplicate of this.