Update 'README.md'
This commit is contained in:
parent
f1d96e7cc7
commit
19abc87891
|
@ -12,11 +12,12 @@ It's the only way to initialize it, because the constructor is private.
|
||||||
## How it works?
|
## How it works?
|
||||||
On the first initialization, it reads the file in the given format:
|
On the first initialization, it reads the file in the given format:
|
||||||
|
|
||||||
Energy Shape
|
Energy Shape <br />
|
||||||
Length_X Lenght_Y Length_Z
|
Length_X Lenght_Y Length_Z <br />
|
||||||
Nx Ny Nz
|
Nx Ny Nz <br />
|
||||||
index material (*Nx*Ny*Nz)
|
index material (*Nx*Ny*Nz)
|
||||||
|
|
||||||
|
|
||||||
Throws error if the index is incorrect in the file.
|
Throws error if the index is incorrect in the file.
|
||||||
|
|
||||||
## Public functions
|
## Public functions
|
||||||
|
|
Loading…
Reference in New Issue