1@Author Helfer Thomas;
2@Date   2/09/2015;
3@Description{
4  This test checks that the "Strict" out of
5  bounds policy does lead to throwing an exception
6  when a material property is out its bounds.
7};
8
9@MaximumNumberOfSubSteps 1;
10@Behaviour<aster> '@MFrontAsterBehavioursBuildPath@' 'asterexternalstatevariablesboundscheck';
11@OutOfBoundsPolicy 'Strict';
12
13@ExternalStateVariable 'Temperature' 293.15;
14@ExternalStateVariable 'ExternalStateVariable' 50;
15
16@Times {0.,1};
17