Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void write_data_as_json( FILE *f, const double *x, const double *S, const unsign
* @param len number of values in the domain
* @param name output filename
*/
void generate( double *x, const unsigned int len, const char *name ) {
void generate( const double *x, const unsigned int len, const char *name ) {
unsigned int i;
double *S;
double C;
Expand Down