Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
22
Star
73
Fork
60
ITensor
/
ITensor
Code
Issues
3
Pull requests
5
Projects
0
Insights
Pulse
Graphs
Fixed error.h to #include <cstdlib>
#104
Merged
emstoudenmire
merged 1 commit into
ITensor
:
master
from
unknown repository
Apr 27, 2016
Conversation
1
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
1eb0745
Fixed error.h to #include <cstdlib>
kyungminlee
Apr 27, 2016
1 file
Jump to file
No files or symbols found.
+1
−1
error.h
itensor/util/error.h
+1
−1
Unified
Split
Show comments
View
2
itensor/util/error.h
@@ -5,8 +5,8 @@
#
ifndef
_error_h
#
define
_error_h
+#
include
<
cstdlib
>
#
include
<
stdexcept
>
-
//
#include <cstdlib>
#
include
<
iostream
>
void
error
(
const
std::string& s);
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.