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
4ae53b55
"platforms/vscode:/vscode.git/clone" did not exist on "ae5c9a1dfb550ab5bc5f08b177d6111d26f077d7"
Commit
4ae53b55
authored
Feb 09, 2012
by
Mark Friedrichs
Browse files
Added OPENMM_EXPORT to throwException() declaration for Windows builds
parent
3836a29f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
openmmapi/include/openmm/internal/AssertionUtilities.h
openmmapi/include/openmm/internal/AssertionUtilities.h
+2
-1
No files found.
openmmapi/include/openmm/internal/AssertionUtilities.h
View file @
4ae53b55
...
@@ -36,13 +36,14 @@
...
@@ -36,13 +36,14 @@
* This file provides a variety of macros useful in test cases.
* This file provides a variety of macros useful in test cases.
*/
*/
#include "windowsExport.h"
#include <cmath>
#include <cmath>
#include <string>
#include <string>
#include <sstream>
#include <sstream>
namespace
OpenMM
{
namespace
OpenMM
{
void
throwException
(
const
char
*
file
,
int
line
,
const
std
::
string
&
details
);
void
OPENMM_EXPORT
throwException
(
const
char
*
file
,
int
line
,
const
std
::
string
&
details
);
}
// namespace OpenMM
}
// namespace OpenMM
...
...
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