modernize a couple examples/COUPLE apps
This commit is contained in:
@ -17,7 +17,7 @@ class Memory {
|
||||
void destroy_2d_double_array(double **);
|
||||
|
||||
private:
|
||||
class Error *error;
|
||||
class ErrorLib *error;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user