Skip to content

Commit e484aee

Browse files
Merge branch 'master' of https://github.com/OpenSees/OpenSees
2 parents 989b790 + c84537e commit e484aee

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

SRC/api/elementAPI_Dummy.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,24 @@ int OPS_GetIntInput(int *numData, int*data)
137137
return 0;
138138
}
139139

140+
extern "C"
141+
int OPS_SetIntOutput(int *numData, int*data, bool scalar)
142+
{
143+
return 0;
144+
}
145+
140146
extern "C"
141147
int OPS_GetDoubleInput(int *numData, double *data)
142148
{
143149
return 0;
144150
}
145151

152+
extern "C"
153+
int OPS_SetDoubleOutput(int *numData, double *data, bool scalar)
154+
{
155+
return 0;
156+
}
157+
146158

147159

148160
extern "C"

0 commit comments

Comments
 (0)