Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
2fcc4939
Commit
2fcc4939
authored
9 years ago
by
Lynch, Vickie
Browse files
Options
Downloads
Patches
Plain Diff
Refs #14072 fix doxygen error
parent
939401a7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Framework/Crystal/src/OptimizeLatticeForCellType.cpp
+5
-5
5 additions, 5 deletions
Framework/Crystal/src/OptimizeLatticeForCellType.cpp
with
5 additions
and
5 deletions
Framework/Crystal/src/OptimizeLatticeForCellType.cpp
+
5
−
5
View file @
2fcc4939
...
...
@@ -223,8 +223,8 @@ void OptimizeLatticeForCellType::exec() {
//-----------------------------------------------------------------------------------------
/**
@param cell_type cell type to optimize
@param lat
optimized cell parameters
@return fun_str
string of parameters for fitting
@param lat optimized cell parameters
@return fun_str string of parameters for fitting
*/
std
::
string
OptimizeLatticeForCellType
::
inParams
(
std
::
string
cell_type
,
std
::
vector
<
double
>
&
lat
)
{
...
...
@@ -271,9 +271,9 @@ std::string OptimizeLatticeForCellType::inParams(std::string cell_type,
//-----------------------------------------------------------------------------------------
/**
@param cell_type cell type to optimize
@param col
1 for parameter 2 for error
@param ParamTable
optimized cell paramete
rs
@return
chisq of optimization
@param
i
col 1 for parameter
or
2 for error
@param ParamTable
table of parameters and erro
rs
@return
vector of lattice parameters or errors
*/
std
::
vector
<
double
>
OptimizeLatticeForCellType
::
outParams
(
std
::
string
cell_type
,
int
icol
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment