Skip to content

Commit

Permalink
Declaration of setString should not be static.
Browse files Browse the repository at this point in the history
  • Loading branch information
cxbrooks committed Dec 24, 2014
1 parent 534a64a commit 2a7ac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmu10/src/models/values/values.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const char* month[] = {
"august","sept","october","november","december"
};

static fmiStatus setString(fmiComponent comp, fmiValueReference vr, fmiString value);
fmiStatus setString(fmiComponent comp, fmiValueReference vr, fmiString value);

// called by fmiInstantiateModel
// Set values for all variables that define a start value
Expand Down

0 comments on commit 2a7ac85

Please sign in to comment.