Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90558939
main.cpp
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
Sat, Nov 2, 18:22
Size
267 B
Mime Type
text/x-c
Expires
Mon, Nov 4, 18:22 (2 d)
Engine
blob
Format
Raw Data
Handle
21748460
Attached To
rLAMMPS lammps
main.cpp
View Options
#include "stdio.h"
#include "stdlib.h"
#include "dynmat.h"
#include "phonon.h"
using
namespace
std
;
int
main
(
int
argc
,
char
**
argv
)
{
DynMat
*
dynmat
=
new
DynMat
(
argc
,
argv
);
Phonon
*
phonon
=
new
Phonon
(
dynmat
);
delete
phonon
;
delete
dynmat
;
return
0
;
}
Event Timeline
Log In to Comment