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
7ded64ba
Commit
7ded64ba
authored
Dec 05, 2009
by
Peter Eastman
Browse files
Bug fix
parent
b0e45e86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libraries/lepton/include/lepton/Operation.h
libraries/lepton/include/lepton/Operation.h
+2
-2
No files found.
libraries/lepton/include/lepton/Operation.h
View file @
7ded64ba
...
@@ -449,7 +449,7 @@ public:
...
@@ -449,7 +449,7 @@ public:
return
"log"
;
return
"log"
;
}
}
Id
getId
()
const
{
Id
getId
()
const
{
return
SQRT
;
return
LOG
;
}
}
int
getNumArguments
()
const
{
int
getNumArguments
()
const
{
return
1
;
return
1
;
...
@@ -471,7 +471,7 @@ public:
...
@@ -471,7 +471,7 @@ public:
return
"sin"
;
return
"sin"
;
}
}
Id
getId
()
const
{
Id
getId
()
const
{
return
LOG
;
return
SIN
;
}
}
int
getNumArguments
()
const
{
int
getNumArguments
()
const
{
return
1
;
return
1
;
...
...
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