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
7b133c70
Commit
7b133c70
authored
Oct 17, 2013
by
peastman
Browse files
Merge pull request #174 from peastman/master
Updated documentation for Lepton
parents
18587bd4
587ed0c0
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 @
7b133c70
No preview for this file type
docs/Lepton User's Manual.pdf
View file @
7b133c70
No preview for this file type
libraries/lepton/include/lepton/CompiledExpression.h
View file @
7b133c70
...
...
@@ -50,6 +50,9 @@ class ParsedExpression;
* is visible.
*
* 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
{
...
...
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