Based on the original Rocket Workbench on SourceForge in CVS at: https://sourceforge.net/projects/rocketworkbench
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
R. J. Dev. Kwan eb05416991 Initial commit of "Rocket Workbench". 4 years ago
..
examples Initial commit of "Rocket Workbench". 4 years ago
README.txt Initial commit of "Rocket Workbench". 4 years ago
cpropep.1 Initial commit of "Rocket Workbench". 4 years ago

README.txt

This is cpropep version 1.0, a program for determining the
theoretical performance of rocket propellant compositions.
Cpropep is released under the GPL and is written in ANSI C.
It has compiled successfully under the following platforms:

. i686 Windows 98 (4.10.1998) running Microsoft Visual
C++ 6.0 Standard Edition with Microsoft Visual Studio
Service Pack 2
. i686 Red Hat Linux 6.2 (Kernel 2.2.14-12) with gcc
. i586 Debian GNU/Linux 2.2 (Kernel 2.2.16) with gcc

To compile under linux, type make in the top-level directory.
Under MSVC++, create a new Win32 console project file, add
all source and header files to the project, set the header
file directory to ..\lib\ (or copy all files from \lib to
\cpropep or change the #include statements in cpropep.c) and
build.


Run using
cpropep -h
for command-line help and usage.


Cpropep is Copyright (C) 2000 Antoine Lefebvre
<antoinelefebvre@softhome.net>