Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91669403
error.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 13, 07:14
Size
225 B
Mime Type
text/x-c
Expires
Fri, Nov 15, 07:14 (2 d)
Engine
blob
Format
Raw Data
Handle
22304407
Attached To
rLAMMPS lammps
error.h
View Options
#ifndef ERROR_H
#define ERROR_H
#include "mpi.h"
class
Error
{
public:
Error
(
MPI_Comm
);
void
all
(
const
char
*
);
void
one
(
const
char
*
);
void
warning
(
const
char
*
);
private:
MPI_Comm
comm
;
int
me
;
};
#endif
Event Timeline
Log In to Comment