File tree Expand file tree Collapse file tree 3 files changed +41
-378
lines changed Expand file tree Collapse file tree 3 files changed +41
-378
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,12 @@ class OutputContainer {
133
133
\brief write a binary file with the information in the container
134
134
**/
135
135
bool write_container_binary ();
136
-
136
+
137
+ /* *********************************************************************
138
+ \brief read a binary file with the information into a container
139
+ **/
140
+ bool read_container_binary ();
141
+
137
142
/* *********************************************************************
138
143
\brief write a netcdf file with the information in the container
139
144
**/
@@ -142,7 +147,7 @@ class OutputContainer {
142
147
/* *********************************************************************
143
148
\brief read from a file an load into the container
144
149
**/
145
- void read ();
150
+ bool read ();
146
151
147
152
/* *********************************************************************
148
153
\brief display information contained in the container
@@ -152,7 +157,7 @@ class OutputContainer {
152
157
/* *********************************************************************
153
158
\brief read a netcdf file - put the information in the container
154
159
**/
155
- int read_container_netcdf ();
160
+ bool read_container_netcdf ();
156
161
157
162
/* *********************************************************************
158
163
\brief clears the vector of variables
You can’t perform that action at this time.
0 commit comments