Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Electronic Structure Library
omm-bundle
Commits
7f62b87b
Commit
7f62b87b
authored
Feb 07, 2017
by
Fabiano Corsetti
Browse files
Fixed typos
parent
2768fa44
Changes
2
Hide whitespace changes
Inline
Side-by-side
MatrixSwitch/src/MatrixSwitch.F90
View file @
7f62b87b
...
...
@@ -484,7 +484,7 @@ contains
!!
!! @param[inout] m_name The matrix to be created.
!! @param[in] A The matrix to be copied.
!! @param[in] label Storage format to use for \
a
m_name.
!! @param[in] label Storage format to use for \
p
m_name.
!! @param[in] threshold Tolerance for zeroing elements. Elements
!! with an absolute value below this
!! threshold will be omitted for sparse
...
...
MatrixSwitch/src/MatrixSwitch_ops.F90
View file @
7f62b87b
...
...
@@ -83,7 +83,7 @@ module MatrixSwitch_ops
!============================================================================!
!> @brief \p opM parameter converter.
!!
!! Converts the input parameters \p opA and opB in the subroutines
!! Converts the input parameters \p opA and
\p
opB in the subroutines
!! \a mm_multiply and \a m_add from a character to a logical (real version)
!! or integer (complex version) for internal use:
!! \arg \c n / \c N mapped to \c .false. (real version) or \c 0 (complex
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment