source: CIVL/examples/experimental/assigninputBad.cvl@ 3e9b0c2

1.23 2.0 main test-branch
Last change on this file since 3e9b0c2 was e2877ba, checked in by Si Li <sili@…>, 10 years ago

add an example to test "attempt to modify input variable"

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@2866 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 68 bytes
RevLine 
[e2877ba]1#include <civlc.cvh>
2
3$input double x;
4
5void main () {
6 x = 1.0;
7}
Note: See TracBrowser for help on using the repository browser.