Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
587ed0c0
Commit
587ed0c0
authored
Oct 17, 2013
by
peastman
Browse files
Updated documentation for Lepton
parent
54e47d2d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
docs/Lepton User's Manual.doc
docs/Lepton User's Manual.doc
+0
-0
docs/Lepton User's Manual.pdf
docs/Lepton User's Manual.pdf
+0
-0
libraries/lepton/include/lepton/CompiledExpression.h
libraries/lepton/include/lepton/CompiledExpression.h
+3
-0
No files found.
docs/Lepton User's Manual.doc
View file @
587ed0c0
No preview for this file type
docs/Lepton User's Manual.pdf
View file @
587ed0c0
No preview for this file type
libraries/lepton/include/lepton/CompiledExpression.h
View file @
587ed0c0
...
@@ -50,6 +50,9 @@ class ParsedExpression;
...
@@ -50,6 +50,9 @@ class ParsedExpression;
* is visible.
* is visible.
*
*
* A CompiledExpression is created by calling createCompiledExpression() on a ParsedExpression.
* A CompiledExpression is created by calling createCompiledExpression() on a ParsedExpression.
*
* WARNING: CompiledExpression is NOT thread safe. You should never access a CompiledExpression from two threads at
* the same time.
*/
*/
class
LEPTON_EXPORT
CompiledExpression
{
class
LEPTON_EXPORT
CompiledExpression
{
...
...
Write
Preview
Markdown
is supported
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