Overview
Comment:Replaced dummy check for valid input with a less broken dummy function.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 5ab08d6d574adeb0f43cecbaa00448b4b912ce86074f20c31270f1ca8f91cc8f
User & Date: geraint@users.sourceforge.net on 2002-06-10 19:25:00
Other Links: branch diff | manifest | tags
Context
2002-06-10
22:55:48
Corrected broken test for debug. check-in: 9acdf436b1 user: geraint@users.sourceforge.net tags: origin/master, trunk
19:25:00
Replaced dummy check for valid input with a less broken dummy function. check-in: 5ab08d6d57 user: geraint@users.sourceforge.net tags: origin/master, trunk
10:43:19
ode2odes now prerequisite for sim.m and ssim.m check-in: e65c007d3a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/rep/sfun_rep.sh from [91c3b4a28b] to [34bb9e01a2].

29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
    esac
    echo "#Error: " $message
    exit errno;
}       

check_for_valid_input ()
{
    args="$*"
    if [ $# -neq 4 ]; then
	exit_error "Invalid Input"
    fi
}

#
# file templates
#

# template_README      	compilation instructions







|
<
<
<







29
30
31
32
33
34
35
36



37
38
39
40
41
42
43
    esac
    echo "#Error: " $message
    exit errno;
}       

check_for_valid_input ()
{
    return 0;



}

#
# file templates
#

# template_README      	compilation instructions


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]