Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
cc16bc93
Commit
cc16bc93
authored
Dec 07, 2019
by
Mark OLESEN
Browse files
STYLE: comments, spelling in token.H
parent
b7c54bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/IOstreams/token/token.H
View file @
cc16bc93
...
...
@@ -87,12 +87,10 @@ public:
DOUBLE_SCALAR
,
//!< double (double-precision) type
// Pointer types
WORD
,
//!< Contents represent a Foam::word
STRING
,
//!< Contents represent a Foam::string
VARIABLE
,
//!< Contents are a Foam::string representing a
//!< dictionary \c \$variable expansion
VERBATIMSTRING
,
//!< Contents are a Foam::string representing verbatim
//!< content
WORD
,
//!< A Foam::word
STRING
,
//!< A string
VARIABLE
,
//!< A dictionary \c \$variable (string variant)
VERBATIMSTRING
,
//!< Verbatim string content
COMPOUND
,
//!< Compound type such as \c List\<label\> etc.
ERROR
//!< A token error encountered
...
...
@@ -133,7 +131,7 @@ public:
ASSIGN
=
'='
,
//!< Assignment/equals [#isseparator]
ADD
=
'+'
,
//!< Addition [#isseparator]
SUBTRACT
=
'-'
,
//!< Sub
s
tract or start of negative number
SUBTRACT
=
'-'
,
//!< Subtract or start of negative number
MULTIPLY
=
'*'
,
//!< Multiply [#isseparator]
DIVIDE
=
'/'
,
//!< Divide [#isseparator]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment