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
077241d4
"platforms/cuda/vscode:/vscode.git/clone" did not exist on "b3d9846981bb47e3eb937d552e90b5db960b5a1b"
Commit
077241d4
authored
May 01, 2009
by
Peter Eastman
Browse files
Renamed getDefaultPluginDirectory() to getDefaultPluginsDirectory().
parent
7254af58
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
olla/include/openmm/Platform.h
olla/include/openmm/Platform.h
+1
-1
olla/src/Platform.cpp
olla/src/Platform.cpp
+1
-1
No files found.
olla/include/openmm/Platform.h
View file @
077241d4
...
...
@@ -198,7 +198,7 @@ public:
*
* @return the path to the default plugin directory
*/
static
std
::
string
getDefaultPluginDirectory
();
static
std
::
string
getDefaultPlugin
s
Directory
();
private:
// Retarded visual studio compiler complains about being unable to
...
...
olla/src/Platform.cpp
View file @
077241d4
...
...
@@ -194,7 +194,7 @@ vector<string> Platform::loadPluginsFromDirectory(string directory) {
return
loadedLibraries
;
}
string
Platform
::
getDefaultPluginDirectory
()
{
string
Platform
::
getDefaultPlugin
s
Directory
()
{
char
*
dir
=
getenv
(
"OPENMM_PLUGIN_DIR"
);
#ifdef _MSC_VER
if
(
dir
==
NULL
)
...
...
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