Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Mar 17, 2011
1 parent 15326c7 commit e4759eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fs/interface/fsruleset.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ dErr dRulesetGetSize(dRuleset rset,dInt *size)
dFunctionReturn(0);
}

/**
* @note pass dof=0 to terminate
*/
dErr dRulesetGetWorkspace(dRuleset rset,dScalar **q,dScalar **cjac,dScalar **cjinv,dScalar **jw,dInt dof,...)
{
dErr err;
Expand Down

0 comments on commit e4759eb

Please sign in to comment.