Merge remote-tracking branch 'origin/master'

This commit is contained in:
David Baranyai 2018-07-02 01:34:38 +02:00
commit 7a49a37a9b
1 changed files with 4 additions and 3 deletions

View File

@ -12,11 +12,12 @@ It's the only way to initialize it, because the constructor is private.
## How it works?
On the first initialization, it reads the file in the given format:
Energy Shape
Length_X Lenght_Y Length_Z
Nx Ny Nz
Energy Shape <br />
Length_X Lenght_Y Length_Z <br />
Nx Ny Nz <br />
index material (*Nx*Ny*Nz)
Throws error if the index is incorrect in the file.
## Public functions