... | ... | @@ -3,7 +3,7 @@ WData format supports three data types: |
|
|
- complex
|
|
|
- vectors
|
|
|
|
|
|
Each of which can be saved with single (float in C notation) or double (double in C notation) precision. See [example-write.c](https://gitlab.fizyka.pw.edu.pl/wtools/wdata/-/blob/master/c-examples/example-write.c) how one can create a variable:
|
|
|
Each of which can be saved with single (`float` in C notation) or double (`double` in C notation) precision. See [example-write.c](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/tree/public/lib/wdata/c-examples/example-write.c) how one can create a variable:
|
|
|
```c
|
|
|
wdata_variable vdensity_a = {"density_a", "real8", "none", "wdat"};
|
|
|
```
|
... | ... | |